Skip to content

Commit

Permalink
feat: add TCloud number font (#419)
Browse files Browse the repository at this point in the history
* feat: add tcloud number font

* feat: add tcloud number font
  • Loading branch information
uyarn authored Nov 22, 2023
1 parent cd4e724 commit 4ed2a38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added packages/components/src/font/TCloudNumber.ttf
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/components/src/styles/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ p {
font-style: normal;
font-display: swap;
}

@font-face {
font-family: TCloudNumber;
src: url("../font/TCloudNumber.ttf");
font-weight: normal;
font-style: normal;
font-display: swap;
}

0 comments on commit 4ed2a38

Please sign in to comment.