diff --git a/README.md b/README.md index b9e20b5..f74c0c2 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,10 @@ repoUI 内置图标字体,使用方式: ``` repoUI组件样式库/ ├── repoUI.css # 完整样式库(单文件,约 60KB) +├── fonts/ # 图标字体文件 +│ ├── repo-icons.eot +│ ├── repo-icons.ttf +│ └── repo-icons.woff └── README.md # 本文档 ``` diff --git a/fonts/repo-icons.eot b/fonts/repo-icons.eot new file mode 100644 index 0000000..9309c1d Binary files /dev/null and b/fonts/repo-icons.eot differ diff --git a/fonts/repo-icons.ttf b/fonts/repo-icons.ttf new file mode 100644 index 0000000..ff22ecb Binary files /dev/null and b/fonts/repo-icons.ttf differ diff --git a/fonts/repo-icons.woff b/fonts/repo-icons.woff new file mode 100644 index 0000000..8cb4e92 Binary files /dev/null and b/fonts/repo-icons.woff differ