fonts: they should work now i think edition
This commit is contained in:
parent
a12652b3c5
commit
38535f374a
1 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ html {
|
|||
local("JetBrainsMono Nerd Font"),
|
||||
url("/assets/jetbrainsmono/fonts/ttf/JetBrainsMono-Regular.ttf") format("opentype"),
|
||||
url("/assets/jetbrainsmono/fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
|
@ -33,6 +34,7 @@ html {
|
|||
local("JetBrainsMono Nerd Font"),
|
||||
url("/assets/jetbrainsmono/fonts/ttf/JetBrainsMono-Bold.ttf") format("opentype"),
|
||||
url("/assets/jetbrainsmono/fonts/webfonts/JetBrainsMono-Bold.woff2") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
|
|
@ -44,6 +46,7 @@ html {
|
|||
local("JetBrainsMono Nerd Font"),
|
||||
url("/assets/jetbrainsmono/fonts/ttf/JetBrainsMono-Italic.ttf") format("opentype"),
|
||||
url("/assets/jetbrainsmono/fonts/webfonts/JetBrainsMono-Italic.woff2") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
|
@ -55,7 +58,8 @@ html {
|
|||
local("JetBrainsMono Nerd Font"),
|
||||
url("/assets/jetbrainsmono/fonts/ttf/JetBrainsMono-BoldItalic.ttf") format("opentype"),
|
||||
url("/assets/jetbrainsmono/fonts/webfonts/JetBrainsMono-BoldItalic.woff2") format("woff");
|
||||
font-style: bolditalic;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* -- pixelated border radius -- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue