diff --git a/resources/gnome-ui/gnome-ui-latin.woff2 b/resources/gnome-ui/gnome-ui-latin.woff2 new file mode 100644 index 0000000..494564f Binary files /dev/null and b/resources/gnome-ui/gnome-ui-latin.woff2 differ diff --git a/resources/gnome-ui/gnome-ui.css b/resources/gnome-ui/gnome-ui.css new file mode 100644 index 0000000..cb5af51 --- /dev/null +++ b/resources/gnome-ui/gnome-ui.css @@ -0,0 +1,10 @@ +/* gnome-ui-latin */ +@font-face { + font-family: "GNOME UI"; + font-style: normal; + font-weight: 100 900; + font-stretch: 100%; + src: local("GNOME UI"), local("GNOMEUI"), url(gnome-ui-latin.woff2) format("woff2"); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215; +} + diff --git a/resources/noto-sans-thai-looped/noto-sans-thai-looped.css b/resources/noto-sans-thai-looped/noto-sans-thai-looped.css new file mode 100644 index 0000000..077e2c9 --- /dev/null +++ b/resources/noto-sans-thai-looped/noto-sans-thai-looped.css @@ -0,0 +1,9 @@ +/* noto-sans-thai-looped */ +@font-face { + font-family: "Noto Sans Thai Looped"; + font-style: normal; + font-weight: 400; + font-stretch: 100%; + src: local("Noto Sans Thai Looped Regular"), local("NotoSansThaiLooped-Regular"), url(noto-sans-thai-looped.woff2) format("woff2"); +} + diff --git a/resources/noto-sans-thai-looped/noto-sans-thai-looped.woff2 b/resources/noto-sans-thai-looped/noto-sans-thai-looped.woff2 new file mode 100644 index 0000000..61e3438 Binary files /dev/null and b/resources/noto-sans-thai-looped/noto-sans-thai-looped.woff2 differ diff --git a/style.css b/style.css index 144bef7..e8686c0 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,6 @@ +@import url(resources/gnome-ui/gnome-ui.css); +@import url(resources/noto-sans-thai-looped/noto-sans-thai-looped.css); + :root { --white: 255, 255, 255; --whitebg: 250, 250, 250; @@ -8,7 +11,8 @@ --accent1: 153, 193, 241; --accent3: 53, 132, 228; --accent5: 26, 95, 180; - font-family: system-ui; + font-family: "GNOME UI", "Noto Sans Thai Looped", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + text-rendering: optimizeLegibility; } p {font-size: 11pt;}