添加web字体
This commit is contained in:
parent
fde4c3b9ac
commit
ee13b943d5
|
@ -1,6 +1,5 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
|
||||
# local env files
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,48 @@
|
|||
@font-face {
|
||||
font-family: '仓耳小丸子';
|
||||
src: url(../fonts/仓耳小丸子.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '优设标题黑';
|
||||
src: url(../fonts/优设标题黑.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '峰广明锐体';
|
||||
src: url(../fonts/峰广明锐体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '摄图摩登小方体';
|
||||
src: url(../fonts/摄图摩登小方体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '站酷快乐体';
|
||||
src: url(../fonts/站酷快乐体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '站酷酷黑体';
|
||||
src: url(../fonts/站酷酷黑体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '素材集市康康体';
|
||||
src: url(../fonts/素材集市康康体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '联盟起艺卢帅正锐黑体';
|
||||
src: url(../fonts/联盟起艺卢帅正锐黑体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '谦度手写楷体';
|
||||
src: url(../fonts/谦度手写楷体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '途牛类圆体';
|
||||
src: url(../fonts/途牛类圆体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '锐字真言体';
|
||||
src: url(../fonts/锐字真言体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '问藏书房';
|
||||
src: url(../fonts/问藏书房.ttf);
|
||||
}
|
|
@ -7,6 +7,7 @@ import 'prosemirror-view/style/prosemirror.css'
|
|||
import '@/assets/styles/prosemirror.scss'
|
||||
import '@/assets/styles/global.scss'
|
||||
import '@/assets/styles/antd.scss'
|
||||
import '@/assets/styles/font.scss'
|
||||
import 'animate.css'
|
||||
|
||||
import Contextmenu from './plugins/contextmenu'
|
||||
|
|
Loading…
Reference in New Issue