diff --git a/src/assets/fonts/AlimamaFangYuanTiVF.woff2 b/src/assets/fonts/AlimamaFangYuanTiVF.woff2 new file mode 100644 index 00000000..41734038 Binary files /dev/null and b/src/assets/fonts/AlimamaFangYuanTiVF.woff2 differ diff --git a/src/styles/custom.less b/src/styles/custom.less index 7990152d..f8b64ce5 100644 --- a/src/styles/custom.less +++ b/src/styles/custom.less @@ -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); +}