From 0c16b28ef575c3c58064080eb9684556000ef33a Mon Sep 17 00:00:00 2001
From: changjun <52chinaweb@gmail.com>
Date: Sun, 14 May 2023 11:24:50 +0800
Subject: [PATCH] docs: update README
---
README.md | 35 ++++++++++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9f684de..eabc897 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,34 @@
-## elegant nnw
+
Elegant Theme for NetNewsWire
+
+A beautiful, elegant theme for NetNewsWire RSS reader.
+
+
+
+
+
+## Screenshots
+
+## About Font
+
+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-mono{
+ font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
+}
+```
+
+## Thanks
+
+- [UnoCSS](https://github.com/unocss/unocss) The instant on-demand atomic CSS engine.
+- [Windi CSS](https://windicss.org/)
+- [Tailwind CSS](https://tailwindcss.com/)
+
+
+## License
+
+MIT - Copyright (c) 2023 Chang Jun