mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
chore: 调整字体文件位置
This commit is contained in:
parent
5890ca16e6
commit
4b66707516
BIN
public/fonts/字制区喜脉体.ttf
Normal file
BIN
public/fonts/字制区喜脉体.ttf
Normal file
Binary file not shown.
BIN
public/fonts/素材集市酷方体.ttf
Normal file
BIN
public/fonts/素材集市酷方体.ttf
Normal file
Binary file not shown.
BIN
public/fonts/阿里汉仪智能黑体.ttf
Normal file
BIN
public/fonts/阿里汉仪智能黑体.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,48 +1,48 @@
|
||||
@font-face {
|
||||
font-family: '仓耳小丸子';
|
||||
src: url(../fonts/仓耳小丸子.ttf);
|
||||
src: url(/fonts/仓耳小丸子.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '优设标题黑';
|
||||
src: url(../fonts/优设标题黑.ttf);
|
||||
src: url(/fonts/优设标题黑.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '峰广明锐体';
|
||||
src: url(../fonts/峰广明锐体.ttf);
|
||||
src: url(/fonts/峰广明锐体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '摄图摩登小方体';
|
||||
src: url(../fonts/摄图摩登小方体.ttf);
|
||||
src: url(/fonts/摄图摩登小方体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '站酷快乐体';
|
||||
src: url(../fonts/站酷快乐体.ttf);
|
||||
src: url(/fonts/站酷快乐体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '站酷酷黑体';
|
||||
src: url(../fonts/站酷酷黑体.ttf);
|
||||
font-family: '字制区喜脉体';
|
||||
src: url(/fonts/字制区喜脉体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '素材集市康康体';
|
||||
src: url(../fonts/素材集市康康体.ttf);
|
||||
src: url(/fonts/素材集市康康体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '联盟起艺卢帅正锐黑体';
|
||||
src: url(../fonts/联盟起艺卢帅正锐黑体.ttf);
|
||||
src: url(/fonts/联盟起艺卢帅正锐黑体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '谦度手写楷体';
|
||||
src: url(../fonts/谦度手写楷体.ttf);
|
||||
font-family: '素材集市酷方体';
|
||||
src: url(/fonts/素材集市酷方体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '途牛类圆体';
|
||||
src: url(../fonts/途牛类圆体.ttf);
|
||||
src: url(/fonts/途牛类圆体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '锐字真言体';
|
||||
src: url(../fonts/锐字真言体.ttf);
|
||||
src: url(/fonts/锐字真言体.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: '问藏书房';
|
||||
src: url(../fonts/问藏书房.ttf);
|
||||
font-family: '阿里汉仪智能黑体';
|
||||
src: url(/fonts/阿里汉仪智能黑体.ttf);
|
||||
}
|
@ -35,11 +35,11 @@ export const WEB_FONTS = [
|
||||
{ label: '峰广明锐体', value: '峰广明锐体' },
|
||||
{ label: '摄图摩登小方体', value: '摄图摩登小方体' },
|
||||
{ label: '站酷快乐体', value: '站酷快乐体' },
|
||||
{ label: '站酷酷黑体', value: '站酷酷黑体' },
|
||||
{ label: '字制区喜脉体', value: '字制区喜脉体' },
|
||||
{ label: '素材集市康康体', value: '素材集市康康体' },
|
||||
{ label: '联盟起艺卢帅正锐黑体', value: '联盟起艺卢帅正锐黑体' },
|
||||
{ label: '谦度手写楷体', value: '谦度手写楷体' },
|
||||
{ label: '素材集市酷方体', value: '素材集市酷方体' },
|
||||
{ label: '途牛类圆体', value: '途牛类圆体' },
|
||||
{ label: '锐字真言体', value: '锐字真言体' },
|
||||
{ label: '问藏书房', value: '问藏书房' },
|
||||
{ label: '阿里汉仪智能黑体', value: '阿里汉仪智能黑体' },
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user