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