add italic, bold, bold italic variants for Iosevka in the CSS (#109)
This commit is contained in:
parent
c4f6f80166
commit
9f62582ef5
1 changed files with 25 additions and 0 deletions
|
@ -42,3 +42,28 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Iosevka Hyperlegible";
|
||||||
|
src:
|
||||||
|
local("Iosevka Hyperlegible Italic"),
|
||||||
|
url("{{ static 'font/IosevkaHyperlegible-Italic.woff2' }}");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Iosevka Hyperlegible";
|
||||||
|
src:
|
||||||
|
local("Iosevka Hyperlegible Bold"),
|
||||||
|
url("{{ static 'font/IosevkaHyperlegible-Bold.woff2' }}");
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Iosevka Hyperlegible";
|
||||||
|
src:
|
||||||
|
local("Iosevka Hyperlegible Bold Italic"),
|
||||||
|
url("{{ static 'font/IosevkaHyperlegible-BoldItalic.woff2' }}");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue