migrate from downstream Adwaita Sans to upstream Inter

This commit is contained in:
Late Night Defender 2025-03-16 18:29:10 +07:00
parent 32e70b75ea
commit ee34ed728a

View file

@ -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 {