nextcloud/core/css/fonts.css

14 lines
388 B
CSS
Raw Normal View History

2014-06-03 21:07:08 +04:00
@font-face {
2014-06-04 12:57:49 +04:00
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.woff) format('woff');
2014-06-03 21:07:08 +04:00
}
@font-face {
2014-06-04 12:57:49 +04:00
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.woff) format('woff');
}