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