UPDATED FONTS

This commit is contained in:
Jeroen De Meerleer 2021-08-07 10:34:39 +02:00
parent 78e32b5476
commit ce2d9b578b
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
14 changed files with 55 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap');
@import "~bootstrap";
@import "fonts";
$black: #141414;
$orange: #d6972a;

54
assets/scss/fonts.scss Normal file
View File

@ -0,0 +1,54 @@
@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;
}