18 lines
401 B
SCSS
18 lines
401 B
SCSS
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-stretch: 100%;
|
|
font-display: swap;
|
|
src: url(/fonts/OpenSans-Light.ttf) format('opentype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-stretch: 100%;
|
|
font-display: swap;
|
|
src: url(/fonts/OpenSans-Regular.ttf) format('opentype');
|
|
}
|