mono font update
This commit is contained in:
parent
1a4e00ec24
commit
ea95ff1e0d
|
@ -19,6 +19,24 @@
|
|||
font-weight: 800;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: iosevka;
|
||||
src: url("../fonts/iosevka-extended.ttf");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: CallingCode;
|
||||
src: url("../fonts/CallingCode-Regular.ttf");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
pre code {
|
||||
font-family: iosevka;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue