sftpgo-mirror/static/css/fonts.css
Nicola Murino afd312f26a add a basic web interface
The builtin web interface allows to manage users and connections
2019-10-07 18:19:01 +02:00

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;
}