nextcloud/core/css/fonts.css
Jan-Christoph Borchardt 80627dfd2c use Open Sans as typeface
2014-06-03 19:07:08 +02:00

11 lines
No EOL
205 B
CSS

@font-face {
font-family: 'OpenSans';
font-weight: normal;
src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: 'OpenSans';
font-weight: bold;
src: url(../fonts/OpenSans-Bold.ttf);
}