Skip to content

Commit

Permalink
style: 自定义字体样式
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Jul 22, 2023
1 parent 1346b4e commit fc2b529
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/assets/fonts/AlimamaFangYuanTiVF.woff2
Binary file not shown.
9 changes: 9 additions & 0 deletions src/styles/custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
@primary-6: #1890ff;

@border-radius-small: 4px;

body {
font-family: 'AlimamaFangYuanTiVF';
}

@font-face {
font-family: 'AlimamaFangYuanTiVF';
src: url(@/assets/fonts/AlimamaFangYuanTiVF.woff2);
}

0 comments on commit fc2b529

Please sign in to comment.