alltube/css/fonts.css

21 lines
525 B
CSS
Raw Normal View History

2015-04-10 21:50:57 +00:00
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
2017-10-17 13:37:29 +00:00
src: local('Open Sans Light'), local('OpenSans-Light'), url(../node_modules/@bower_components/opensans-googlefont/OpenSans-Light.ttf);
2015-04-10 21:50:57 +00:00
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
2017-10-17 13:37:29 +00:00
src: local('Open Sans'), local('OpenSans'), url(../node_modules/@bower_components/opensans-googlefont/OpenSans-Regular.ttf);
2015-04-10 21:50:57 +00:00
}
2017-06-01 09:25:59 +00:00
.small-font {
font-size: 13px;
}
.large-font {
font-size:24px;
}