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

@ -66,4 +66,11 @@
src: url('../fonts/eosboldi.woff') format('woff'); src: url('../fonts/eosboldi.woff') format('woff');
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.