Skip to content

Commit

Permalink
feat(fontface): add Baidu Number font face. #108
Browse files Browse the repository at this point in the history
  • Loading branch information
eyunhua authored and fuchunhui committed Jun 1, 2022
1 parent e31e24d commit 3943e98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/typography.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@font-face {
font-family: "Baidu Number";
font-weight: 500;
src: url("https://cpdfe.cdn.bcebos.com/fonts/BaiduNumber-Medium.woff2")
format("woff2"),
url("https://cpdfe.cdn.bcebos.com/fonts/BaiduNumber-Medium.woff")
format("woff");
}

0 comments on commit 3943e98

Please sign in to comment.