字体引入

This commit is contained in:
aixianling
2022-08-09 14:27:52 +08:00
parent dd6d901953
commit 6a17a86645
2 changed files with 6 additions and 1 deletions

View File

@@ -122,7 +122,7 @@ export default {
line-height: 50px;
color: #000;
font-size: 36px;
font-family: DINAlternate-Bold, DINAlternate;
font-family: DIN,DINAlternate-Bold, DINAlternate;
margin-bottom: 10px;
}

View File

@@ -3,6 +3,11 @@
@import "./party";
@import "./iconfont";
@font-face {
font-family: DIN;
src: url("https://cdn.cunwuyun.cn/fonts/DIN Alternate Bold.ttf");
}
/**
常用内外边距样式
*/