108 lines
No EOL
2.6 KiB
SCSS
108 lines
No EOL
2.6 KiB
SCSS
/* ===== SOURCE CODE PRO ===== */
|
|
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-Black.ttf');
|
|
font-weight: 900;
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-ExtraBold.ttf');
|
|
font-weight: 800;
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-Bold.ttf');
|
|
font-weight: 700;
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-SemiBold.ttf');
|
|
font-weight: 600;
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-Medium.ttf');
|
|
font-weight: 500;
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-Regular.ttf');
|
|
font-weight: 400;
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-Light.ttf');
|
|
font-weight: 300;
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
src: url('../../fonts/SourceCodePro/SourceCodePro-ExtraLight.ttf');
|
|
font-weight: 200;
|
|
}
|
|
|
|
/* ===== PLAYFAIR DISPLAY ===== */
|
|
|
|
@font-face {
|
|
font-family: 'Playfair Display';
|
|
src: url('../../fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf');
|
|
font-weight: 900;
|
|
}
|
|
@font-face {
|
|
font-family: 'Playfair Display';
|
|
src: url('../../fonts/PlayfairDisplay/PlayfairDisplay-ExtraBold.ttf');
|
|
font-weight: 800;
|
|
}
|
|
@font-face {
|
|
font-family: 'Playfair Display';
|
|
src: url('../../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf');
|
|
font-weight: 700;
|
|
}
|
|
@font-face {
|
|
font-family: 'Playfair Display';
|
|
src: url('../../fonts/PlayfairDisplay/PlayfairDisplay-SemiBold.ttf');
|
|
font-weight: 600;
|
|
}
|
|
@font-face {
|
|
font-family: 'Playfair Display';
|
|
src: url('../../fonts/PlayfairDisplay/PlayfairDisplay-Medium.ttf');
|
|
font-weight: 500;
|
|
}
|
|
@font-face {
|
|
font-family: 'Playfair Display';
|
|
src: url('../../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
|
|
font-weight: 400;
|
|
}
|
|
|
|
/* ===== INTER ===== */
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../../fonts/Inter/Inter-Black.ttf');
|
|
font-weight: 900;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../../fonts/Inter/Inter-ExtraBold.ttf');
|
|
font-weight: 800;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../../fonts/Inter/Inter-Bold.ttf');
|
|
font-weight: 700;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../../fonts/Inter/Inter-SemiBold.ttf');
|
|
font-weight: 600;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../../fonts/Inter/Inter-Medium.ttf');
|
|
font-weight: 500;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../../fonts/Inter/Inter-Regular.ttf');
|
|
font-weight: 400;
|
|
} |