forked from github/dataease
commit
acc6c299e3
6
core/core-frontend/src/assets/font/index.css
Normal file
6
core/core-frontend/src/assets/font/index.css
Normal file
@ -0,0 +1,6 @@
|
||||
@font-face {
|
||||
font-family: 'AlibabaPuHuiTi';
|
||||
src: url('AlibabaPuHuiTi.otf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
import { createApp } from 'vue'
|
||||
import '@/assets/font/index.css'
|
||||
import '@/style/index.less'
|
||||
import '@/plugins/svg-icon'
|
||||
import 'normalize.css/normalize.css'
|
||||
|
@ -1,10 +1,3 @@
|
||||
@font-face {
|
||||
font-family: 'AlibabaPuHuiTi';
|
||||
src: url('../assets/font/AlibabaPuHuiTi.otf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
:root {
|
||||
font-family: AlibabaPuHuiTi, Helvetica Neue, Helvetica, AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei,
|
||||
\5fae\8f6f\96c5\9ed1, Arial, sans-serif;
|
||||
|
Loading…
Reference in New Issue
Block a user