use full URLs for CSS imports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f6124a601e
commit
65a3e48562
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
@import url(resources/gnome-ui/gnome-ui.css);
|
||||
@import url(resources/noto-sans-thai-looped/noto-sans-thai-looped.css);
|
||||
@import url(https://www.techtransthai.org/resources/adwaita-sans/adwaita-sans.css);
|
||||
@import url(https://www.techtransthai.org/resources/noto-sans-thai-looped/noto-sans-thai-looped.css);
|
||||
|
||||
:root {
|
||||
--white: 255, 255, 255;
|
||||
|
@ -11,7 +11,7 @@
|
|||
--accent1: 153, 193, 241;
|
||||
--accent3: 53, 132, 228;
|
||||
--accent5: 26, 95, 180;
|
||||
font-family: "GNOME UI", "Noto Sans Thai Looped", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
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";
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue