Add Fira Code

This commit is contained in:
h3artbl33d 2025-03-08 18:06:53 +01:00
parent a71209e6c1
commit 5dbd947f74
3 changed files with 8 additions and 1 deletions

View file

@ -67,3 +67,10 @@
font-weight: 800; font-weight: 800;
font-style: italic; font-style: italic;
} }
@font-face {
font-family: 'Fira Code';
src: url('../fonts/firacode.woff') format('woff');
font-weight: 400;
font-style: normal;
}

View file

@ -10,7 +10,7 @@
--mute: #bbbbbb; --mute: #bbbbbb;
/* Typography */ /* Typography */
--mainfont: 'Open Sans'; --mainfont: 'Open Sans';
--codefont: 'Fira Mono'; --codefont: 'Fira Code';
/* Breakpoints */ /* Breakpoints */
--fullwidth: 100%; --fullwidth: 100%;
--article: 53rem; --article: 53rem;

Binary file not shown.