13 lines
343 B
CSS
13 lines
343 B
CSS
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Open Sans'), local('OpenSans'), url(opensans.woff2) format('woff2');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(opensans-bold.woff2) format('woff2');
|
||
|
}
|