diff options
| author | winter | 2025-03-11 18:12:10 +0000 |
|---|---|---|
| committer | winter | 2025-03-11 18:12:10 +0000 |
| commit | 357697ef01f5d3bd0646a242eb0d34e293217fc4 (patch) | |
| tree | 6ca9d847f49afcc7fa3c3a8815d188d6d04a3f9c /static | |
| parent | db29e3c45d9f6c815b077bdb48a6247be086ff4b (diff) | |
new fonts!!
Diffstat (limited to 'static')
| -rw-r--r-- | static/FairfaxHD-sitelen-pona.woff2 | bin | 0 -> 80168 bytes | |||
| -rw-r--r-- | static/language-support.css | 6 | ||||
| -rw-r--r-- | static/note.css | 2 | ||||
| -rw-r--r-- | static/style.css | 1 | ||||
| -rw-r--r-- | static/theme.css | 2 |
5 files changed, 9 insertions, 2 deletions
diff --git a/static/FairfaxHD-sitelen-pona.woff2 b/static/FairfaxHD-sitelen-pona.woff2 Binary files differnew file mode 100644 index 0000000..67951d2 --- /dev/null +++ b/static/FairfaxHD-sitelen-pona.woff2 diff --git a/static/language-support.css b/static/language-support.css new file mode 100644 index 0000000..2906a34 --- /dev/null +++ b/static/language-support.css @@ -0,0 +1,6 @@ +@font-face { + font-family: sitelen-pona-support; + src: local(Fairfax HD), local(Fairfax Pona HD), local(linja pona), + url(FairfaxHD-sitelen-pona.woff2) format("woff2"); + unicode-range: U+F1900-F19FF, U+F1C80-F1C9F, U+FF900-FFBFF, U+FFD00-FFEFF; +} diff --git a/static/note.css b/static/note.css index 333df3b..b1453dc 100644 --- a/static/note.css +++ b/static/note.css @@ -130,7 +130,7 @@ article.note { text-decoration: underline; } } - .authorHandle, + .authorPronouns, .timestamp { font-size: var(--font-small-size); text-overflow: ellipsis; diff --git a/static/style.css b/static/style.css index 8cd33b9..34de2d2 100644 --- a/static/style.css +++ b/static/style.css @@ -9,3 +9,4 @@ @import url(mobilepanes.css); @import url(popup-menu.css); @import url(misc.css); +@import url(language-support.css); diff --git a/static/theme.css b/static/theme.css index f002669..7e8ce2a 100644 --- a/static/theme.css +++ b/static/theme.css @@ -35,7 +35,7 @@ --spacing-quadruple: 32px; /* type */ - --font-family: "DM Sans", sans-serif; + --font-family: "Nunito Sans", sans-serif, sitelen-pona-support; --font-normal-size: 12pt; --font-small-size: 10pt; --font-big-size: 16pt; |
