chore: change screenshots

This commit is contained in:
changjun
2023-07-11 12:03:12 +08:00
parent 1d1019ad04
commit c352a1b911
9 changed files with 9 additions and 4 deletions

View File

@@ -18,18 +18,24 @@
## About Font
The current theme font application rules are as follows
The current theme font application rules are as follows.
```css
.font-sans{
font-family: 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,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-mono{
font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
font-family: JetBrainsMono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
```
- [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.
## Thanks
- [UnoCSS](https://github.com/unocss/unocss) The instant on-demand atomic CSS engine.