change font
This commit is contained in:
parent
320fcf079f
commit
484605c596
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');
|
||||
|
||||
* {
|
||||
font-family: "Fira Code", serif;
|
||||
background-color: #191724;
|
||||
color: #e0def4;
|
||||
}
|
||||
|
@ -16,4 +19,4 @@
|
|||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue