mirror of
https://github.com/Findus23/guides.git
synced 2024-09-09 04:23:51 +02:00
fix font
This commit is contained in:
parent
3eae37a5ff
commit
e8fef4ca7c
3 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src: local("FiraCode"), url("/fonts/FiraCode[wght].woff2") format("woff2");
|
||||
src: local("Fira Code Regular"),
|
||||
url("/fonts/FiraCode-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
|
BIN
static/fonts/FiraCode-Regular.woff2
Normal file
BIN
static/fonts/FiraCode-Regular.woff2
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue