30 lines
688 B
SCSS
30 lines
688 B
SCSS
@font-face {
|
|
font-family: 'OpenSans';
|
|
font-weight: 300;
|
|
src: url('../fonts/OpenSans-VariableFont.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
font-weight: 400;
|
|
src: url('../fonts/OpenSans-VariableFont.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
font-weight: 500;
|
|
src: url('../fonts/OpenSans-VariableFont.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
font-weight: 600;
|
|
src: url('../fonts/OpenSans-VariableFont.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
font-weight: 700;
|
|
src: url('../font/OpenSans-VariableFont.ttf') format('truetype');
|
|
}
|