diff --git a/README.md b/README.md index 0173f4e..f908dcc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The current theme font application rules are as follows. ```css .font-sans{ - font-family: Inter,LXGWWenKaiGBScreen,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; + font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; } .font-mono{ @@ -32,7 +32,6 @@ The current theme font application rules are as follows. ``` - [Inter](https://github.com/rsms/inter) My favorite Latin font. -- [LXGWWenKaiGBScreen](https://github.com/lxgw/LxgwWenKai-Screen) My favorite Chinese font. - [JetBrainsMono](https://github.com/JetBrains/JetBrainsMono) My favorite Code font. If you like these fonts too, you need to install them locally. diff --git a/config.ts b/config.ts index 8403268..0ebba3c 100644 --- a/config.ts +++ b/config.ts @@ -1,4 +1,4 @@ export default { - fontSans: ['Inter', 'LXGWWenKaiGBScreen'], + fontSans: ['Inter'], fontMono: ['JetBrainsMono'], } diff --git a/uno.config.ts b/uno.config.ts index b18785c..8545fe1 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -32,7 +32,6 @@ export default defineConfig({ fontFamily: { sans: [ 'Inter', - 'LXGWWenKaiGBScreen', ...fontFamily.sans.split(','), ], mono: [