Skip to content

Commit

Permalink
feat: use open source as default
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX committed Sep 13, 2024
1 parent 64ac19a commit b6fa7b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file not shown.
9 changes: 7 additions & 2 deletions packages/ui-react/lib/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
--background-blue: #ecf2ff;
--border-white: #f1f1f1;
--pale-white: #fcfcfc;
// TODO: 开发时为了好看,先设置字体为当前,生产时删除
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
// TODO: 开发时为了好看,先设置字体为当前,生产时删除,或者使用组件库时,可以用 !important 给覆盖掉
font-family: 'open sans regular';
}

::-webkit-scrollbar {
Expand All @@ -49,3 +49,8 @@
.stopMove {
overflow: hidden;
}

@font-face {
font-family: 'open sans regular';
src: url(./assets/open-sans-latin-400-normal.woff2);
}

1 comment on commit b6fa7b1

@vercel
Copy link

@vercel vercel bot commented on b6fa7b1 Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sast-ui – ./

sast-ui-sast.vercel.app
sast-ui-git-main-sast.vercel.app

Please sign in to comment.