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
|
```css
|
||||||
.font-sans{
|
.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{
|
.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.
|
- [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.
|
- [JetBrainsMono](https://github.com/JetBrains/JetBrainsMono) My favorite Code font.
|
||||||
|
|
||||||
If you like these fonts too, you need to install them locally.
|
If you like these fonts too, you need to install them locally.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
fontSans: ['Inter', 'LXGWWenKaiGBScreen'],
|
fontSans: ['Inter'],
|
||||||
fontMono: ['JetBrainsMono'],
|
fontMono: ['JetBrainsMono'],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ export default defineConfig({
|
|||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: [
|
sans: [
|
||||||
'Inter',
|
'Inter',
|
||||||
'LXGWWenKaiGBScreen',
|
|
||||||
...fontFamily.sans.split(','),
|
...fontFamily.sans.split(','),
|
||||||
],
|
],
|
||||||
mono: [
|
mono: [
|
||||||
|
|||||||
Reference in New Issue
Block a user