Skip to content

Commit

Permalink
feat(./src/assets): 安装Tailwind CSS,并添加自定义样式文件
Browse files Browse the repository at this point in the history
  • Loading branch information
GwokHiujin authored and gmlayer0 committed Apr 10, 2023
1 parent e333cca commit b16590b
Show file tree
Hide file tree
Showing 2 changed files with 4,681 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/renderer/assets/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* ./src/index.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;
Loading

0 comments on commit b16590b

Please sign in to comment.