mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-24 20:00:38 +00:00
feat: remove font
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
fontSans: ['Inter', 'LXGWWenKaiGBScreen'],
|
||||
fontSans: ['Inter'],
|
||||
fontMono: ['JetBrainsMono'],
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ export default defineConfig({
|
||||
fontFamily: {
|
||||
sans: [
|
||||
'Inter',
|
||||
'LXGWWenKaiGBScreen',
|
||||
...fontFamily.sans.split(','),
|
||||
],
|
||||
mono: [
|
||||
|
||||
Reference in New Issue
Block a user