42 lines
No EOL
1.1 KiB
SCSS
42 lines
No EOL
1.1 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;
|
|
} |