mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
afd312f26a
The builtin web interface allows to manage users and connections
20 lines
No EOL
472 B
CSS
20 lines
No EOL
472 B
CSS
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/static/vendor/fonts/Roboto-Bold-webfont.woff');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/static/vendor/fonts/Roboto-Regular-webfont.woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('/static/vendor/fonts/Roboto-Light-webfont.woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
} |