use juniusx instead of charis
This commit is contained in:
parent
e73d442365
commit
04980f6e20
44 changed files with 254 additions and 61 deletions
|
@ -1,5 +1,5 @@
|
|||
@import url(fonts/muller/muller.css);
|
||||
@import url(fonts/charis/charis.css);
|
||||
@import url(fonts/junius/junius.css);
|
||||
@import url(fonts/pragmatapro/pragmatapro.css);
|
||||
|
||||
@import url(counters.css);
|
||||
|
@ -10,7 +10,7 @@
|
|||
--bg-col: hsl(40deg, 91%, 98%);
|
||||
--link-col: hsl(355deg, 52%, 48%);
|
||||
|
||||
--ipa-font: Charis;
|
||||
--ipa-font: JuniusX;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
@ -120,14 +120,24 @@ pre {
|
|||
}
|
||||
|
||||
|
||||
.ipa, .lang {
|
||||
.ipa, .lang, .ebnf-t {
|
||||
font-family: var(--ipa-font);
|
||||
|
||||
font-feature-settings:
|
||||
"ccmp", "calt", "liga", "loca", "mark", "mkmk", "ss01";
|
||||
/* ss01 to use modern Þþð design, others to make juniusx go brrr
|
||||
* maybe i can just turn loca off but idk what other regional forms
|
||||
* it does that i actually want */
|
||||
}
|
||||
|
||||
.lang {
|
||||
.ipa {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.lang, .ebnf-t {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.abbr {
|
||||
font-size: 70%;
|
||||
font-weight: 500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue