From 9be51e192fca8901d47328875d9e0c690d4b2b99 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 17 Aug 2025 02:20:42 +0700 Subject: this was me. local LLM! --- src/styles.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'src/styles.css') 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 -- cgit v1.2.3