chore: restore fonts

This commit is contained in:
Cory Dransfeldt 2024-01-01 20:24:03 -08:00
parent 03998af7f4
commit 68ed900a35
No known key found for this signature in database
9 changed files with 34 additions and 0 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.

8
src/assets/styles/ml.css Normal file
View file

@ -0,0 +1,8 @@
@font-face {
src: url(/assets/fonts/mono-lisa/normal.woff2) format("woff2");
font-family: ml;
font-weight: 100 900;
font-style: normal;
font-display: swap;
unicode-range: U+0020-007F;
}

View file

@ -0,0 +1,26 @@
@font-face {
font-family: 'silka';
src: url('/assets/fonts/silka/silka-black-webfont.woff2') format('woff2'),
url('/assets/fonts/silka/silka-black-webfont.woff2') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'silka';
src: url('/assets/fonts/silka/silka-bold-webfont.woff2') format('woff2'),
url('/assets/fonts/silka/silka-bold-webfont.woff2') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'silka';
src: url('/assets/fonts/silka/silka-regular-webfont.woff2') format('woff2'),
url('/assets/fonts/silka/silka-regular-webfont.woff2') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}