Add Fira Code
This commit is contained in:
parent
a71209e6c1
commit
5dbd947f74
3 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||||
|
}
|
|
@ -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;
|
||||||
|
|
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