55 lines
1.4 KiB
SCSS
55 lines
1.4 KiB
SCSS
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('../fonts/FiraCode-Regular.woff2') format('woff2'),
|
|
url('../fonts/FiraCode-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('../fonts/FiraCode-Medium.woff2') format('woff2'),
|
|
url('../fonts/FiraCode-Medium.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Comic Neue';
|
|
src: url('../fonts/ComicNeue-Bold.woff2') format('woff2'),
|
|
url('../fonts/ComicNeue-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Comic Neue';
|
|
src: url('../fonts/ComicNeue-BoldItalic.woff2') format('woff2'),
|
|
url('../fonts/ComicNeue-BoldItalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Comic Neue';
|
|
src: url('../fonts/ComicNeue-Regular.woff2') format('woff2'),
|
|
url('../fonts/ComicNeue-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Comic Neue';
|
|
src: url('../fonts/ComicNeue-Italic.woff2') format('woff2'),
|
|
url('../fonts/ComicNeue-Italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|