nextcloud/core/css/fonts.css

11 lines
205 B
CSS
Raw Normal View History

2014-06-03 21:07:08 +04:00
@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);
}