Change font to GNOME UI and Noto Sans Thai Looped that we serve ourselves
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-11-30 08:31:00 +07:00
parent 6b73f1f659
commit e4342d1b0e
5 changed files with 24 additions and 1 deletions

View file

@ -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;}