diff options
author | polwex <polwex@sortug.com> | 2025-08-17 02:20:42 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-08-17 02:20:42 +0700 |
commit | 9be51e192fca8901d47328875d9e0c690d4b2b99 (patch) | |
tree | 926151e075c539019c5eb65e2140678acb383c5f /src/styles.css | |
parent | c505750ab36f8164256a91830fc83a807a9d6984 (diff) |
Diffstat (limited to 'src/styles.css')
-rw-r--r-- | src/styles.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/styles.css b/src/styles.css index f1d3c37..71b058c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,3 +1,18 @@ -@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap') -layer(base); +@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap') layer(base); @import 'tailwindcss'; + +@font-face { + font-family: 'ThaiCustom'; + src: local('Noto Sans Thai'); + /* Specify a clear Thai font installed on your system */ + size-adjust: 200%; + unicode-range: U+0E00-0E7F; +} + +@font-face { + font-family: 'Lolmao'; + src: local('Fira'); + /* Specify a clear Thai font installed on your system */ + size-adjust: 200%; + unicode-range: U+0000-007F; +}
\ No newline at end of file |