Commit 597af8ec authored by 纪泽龙's avatar 纪泽龙

优化字体

parent 0ed94e74
@font-face { @font-face {
font-family: "arialbd"; font-family: "arialbd";
src: url('~@/assets/fonts/UnidreamLED.ttf') format('truetype'); src: url("~@/assets/fonts/UnidreamLED.ttf") format("truetype");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
\ No newline at end of file
@font-face {
font-family: "YouSheBiaoTiHei";
src: url("~@/assets/fonts/youshebiaotihei.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
...@@ -4,4 +4,12 @@ ...@@ -4,4 +4,12 @@
src: url('UnidreamLED.ttf'); src: url('UnidreamLED.ttf');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
}
@font-face {
font-family: 'YouSheBiaoTiHei';
src: url('youshebiaotihei.ttf');
font-weight: normal;
font-style: normal;
} }
\ No newline at end of file
/* /*
* @Author: your name * @Author: your name
* @Date: 2022-01-07 11:29:13 * @Date: 2022-01-07 11:29:13
* @LastEditTime: 2022-02-26 20:59:19 * @LastEditTime: 2024-07-26 17:31:44
* @LastEditors: Please set LastEditors * @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/main.js * @FilePath: /gassafety-progress/gassafetyprogress-web/src/main.js
*/ */
...@@ -27,6 +27,7 @@ import permission from "./directive/permission"; ...@@ -27,6 +27,7 @@ import permission from "./directive/permission";
import * as echarts from "echarts"; import * as echarts from "echarts";
import "./assets/icons"; // icon import "./assets/icons"; // icon
import "./permission"; // permission control import "./permission"; // permission control
import { getDicts } from "@/api/system/dict/data"; import { getDicts } from "@/api/system/dict/data";
import { getConfigKey } from "@/api/system/config"; import { getConfigKey } from "@/api/system/config";
import { import {
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2022-01-11 13:44:17 * @Date: 2022-01-11 13:44:17
* @LastEditTime: 2024-07-26 17:02:45 * @LastEditTime: 2024-07-26 17:41:09
* @LastEditors: 纪泽龙 jizelong@qq.com * @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue * @FilePath: /test/hello-world/src/views/Home.vue
...@@ -824,7 +824,7 @@ export default { ...@@ -824,7 +824,7 @@ export default {
width: 100%; width: 100%;
height: 85px; height: 85px;
font-family: "YouSheBiaoTiHei"; font-family: "YouSheBiaoTiHei";
font-size: 40px; font-size: 45px;
font-weight: normal; font-weight: normal;
line-height: normal; line-height: normal;
letter-spacing: 0.08em; letter-spacing: 0.08em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment