提交 238cef8b 编写于 作者: [小G]'s avatar [小G] 🚴🏽

删除不需要的fonts

上级 a2d70e13
......@@ -4,7 +4,7 @@ name: 自动部署
on:
push:
branches:
- main #2020年10月后github新建仓库默认分支改为main,注意更改
- master #2020年10月后github新建仓库默认分支改为main,注意更改
release:
types:
......@@ -17,7 +17,7 @@ jobs:
- name: 检查分支
uses: actions/checkout@v2
with:
ref: main #2020年10月后github新建仓库默认分支改为main,注意更改
ref: master #2020年10月后github新建仓库默认分支改为main,注意更改
- name: 安装 Node
uses: actions/setup-node@v1
......
@font-face{
font-family:'Candyhome' ; /* 字体名自定义即可 */
src:url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/Candy.ttf');
/* 字体文件路径 */
font-display : swap;
}
@font-face {
font-family: 'HanyiYahei';
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/HanYiYaHei.ttf');
font-display: wrap;
}
@font-face {
font-family: 'CircleBlack';
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/CircleBlack.ttf');
font-display: wrap;
}
@font-face {
font-family: 'ajLangMan';
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/ajLangMan.ttf');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册