Add Fira Code
This commit is contained in:
parent
a71209e6c1
commit
5dbd947f74
3 changed files with 8 additions and 1 deletions
|
@ -66,4 +66,11 @@
|
|||
src: url('../fonts/eosboldi.woff') format('woff');
|
||||
font-weight: 800;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fira Code';
|
||||
src: url('../fonts/firacode.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
--mute: #bbbbbb;
|
||||
/* Typography */
|
||||
--mainfont: 'Open Sans';
|
||||
--codefont: 'Fira Mono';
|
||||
--codefont: 'Fira Code';
|
||||
/* Breakpoints */
|
||||
--fullwidth: 100%;
|
||||
--article: 53rem;
|
||||
|
|
BIN
src/assets/fonts/firacode.woff
Normal file
BIN
src/assets/fonts/firacode.woff
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue