diff --git a/Elegant.nnwtheme/template.html b/Elegant.nnwtheme/template.html index 9293666..b33b4f8 100644 --- a/Elegant.nnwtheme/template.html +++ b/Elegant.nnwtheme/template.html @@ -29,7 +29,6 @@ text_size_class: The size class that the user has selected in Preferences for ar body: The body of the article. --> -
diff --git a/README.md b/README.md index 3eb78fb..ff2c067 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/screenshots/elegant-theme-dark-shots.png b/screenshots/elegant-theme-dark-shots.png index c152597..cf77903 100644 Binary files a/screenshots/elegant-theme-dark-shots.png and b/screenshots/elegant-theme-dark-shots.png differ diff --git a/screenshots/elegant-theme-dark.png b/screenshots/elegant-theme-dark.png index c6d8f35..43eaf94 100644 Binary files a/screenshots/elegant-theme-dark.png and b/screenshots/elegant-theme-dark.png differ diff --git a/screenshots/elegant-theme-ios-dark.jpeg b/screenshots/elegant-theme-ios-dark.jpeg new file mode 100644 index 0000000..193800a Binary files /dev/null and b/screenshots/elegant-theme-ios-dark.jpeg differ diff --git a/screenshots/elegant-theme-ios-light.jpeg b/screenshots/elegant-theme-ios-light.jpeg new file mode 100644 index 0000000..04e6102 Binary files /dev/null and b/screenshots/elegant-theme-ios-light.jpeg differ diff --git a/screenshots/elegant-theme-ios-shots.png b/screenshots/elegant-theme-ios-shots.png index 48c4efe..8f9bec3 100644 Binary files a/screenshots/elegant-theme-ios-shots.png and b/screenshots/elegant-theme-ios-shots.png differ diff --git a/screenshots/elegant-theme-light-shots.png b/screenshots/elegant-theme-light-shots.png index 4b39640..39eb774 100644 Binary files a/screenshots/elegant-theme-light-shots.png and b/screenshots/elegant-theme-light-shots.png differ diff --git a/screenshots/elegant-theme-light.png b/screenshots/elegant-theme-light.png index fc19413..c856270 100644 Binary files a/screenshots/elegant-theme-light.png and b/screenshots/elegant-theme-light.png differ