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

Binary file not shown.

View file

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

View file

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