diff --git a/style.css b/style.css index 3b1ee15..aea36cf 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -@import url(https://dl.techtransthai.org/resources/adwaita-sans/adwaita-sans.css); +@import url(https://rsms.me/inter/inter.css); @import url(https://dl.techtransthai.org/resources/noto-sans-thai-looped/noto-sans-thai-looped.css); :root { @@ -11,8 +11,9 @@ --accent1: 153, 193, 241; --accent3: 53, 132, 228; --accent5: 26, 95, 180; - font-family: "Adwaita Sans", "Noto Sans Thai Looped", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: InterVariable, "Inter Variable", Inter, "Noto Sans Thai Looped" /*, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"*/; text-rendering: optimizeLegibility; + font-feature-settings: 'liga' 1, 'calt' 1, 'cv05' 1; /* Inter features */ } .centerscreen {