From 357697ef01f5d3bd0646a242eb0d34e293217fc4 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 11 Mar 2025 18:12:10 +0000 Subject: new fonts!! --- static/FairfaxHD-sitelen-pona.woff2 | Bin 0 -> 80168 bytes static/language-support.css | 6 ++++++ static/note.css | 2 +- static/style.css | 1 + static/theme.css | 2 +- 5 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 static/FairfaxHD-sitelen-pona.woff2 create mode 100644 static/language-support.css (limited to 'static') diff --git a/static/FairfaxHD-sitelen-pona.woff2 b/static/FairfaxHD-sitelen-pona.woff2 new file mode 100644 index 0000000..67951d2 Binary files /dev/null and b/static/FairfaxHD-sitelen-pona.woff2 differ 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; -- cgit v1.3