Add some fallback fonts too
This commit is contained in:
parent
0defc07df9
commit
eff695f1fc
2 changed files with 4 additions and 4 deletions
|
@ -44,10 +44,10 @@ iosevka-font-face(style, weight, src)
|
|||
font-display swap
|
||||
|
||||
@font-face
|
||||
iosevka-font-face(normal, 300, "/font/iosevka/ss07-regular.woff2")
|
||||
iosevka-font-face(normal, 300, "/font/iosevkalytewebmin/iosevkalyteweb-regular.subset.woff2")
|
||||
|
||||
@font-face
|
||||
iosevka-font-face(italic, 300, "/font/iosevka/ss07-italic.woff2")
|
||||
iosevka-font-face(italic, 300, "/font/iosevkalytewebmin/iosevkalyteweb-italic.subset.woff2")
|
||||
|
||||
@font-face
|
||||
iosevka-font-face(italic, 500, "/font/iosevka/ss07-bold-italic.woff2")
|
||||
iosevka-font-face(italic, 500, "/font/iosevkalytewebmin/iosevkalyteweb-bolditalic.woff2")
|
||||
|
|
|
@ -34,7 +34,7 @@ theme-colors = {
|
|||
:root
|
||||
--syntax-bpx: 5px
|
||||
--ff system-ui, sans-serif
|
||||
--msff ldiosevka, monospace
|
||||
--msff ldiosevka, IosevkaLyteWeb, IosevkaLyte, Iosevka, "Fira Code", monospace
|
||||
--pc #df3c59
|
||||
--pcd #8e293b
|
||||
|
||||
|
|
Loading…
Reference in a new issue