- // @font-face {
- // font-family: "special";
- // src: url("~@/assets/fonts/DIN Alternate Bold.ttf");
- // font-weight: normal;
- // font-style: normal;
- // }
-
- // @font-face {
- // font-family: "incline";
- // src: url("~@/assets/fonts/优设标题黑.ttf");
- // font-weight: normal;
- // font-style: normal;
- // }
-
- // @font-face {
- // font-family: "title";
- // src: url("~@/assets/fonts/锐字真言体.ttf");
- // font-weight: normal;
- // font-style: normal;
- // }
-
- // @font-face {
- // /* 重命名字体名 */
- // font-family: 'title2';
- // /* 引入字体 */
- // src: url('~@/assets/fonts/庞门正道标题体.ttf');
- // font-weight: normal;
- // font-style: normal;
- // }
-
- // .title2 {
- // font-family: title2 !important;
- // }
-
-
-
- // .special_font {
- // font-family: special !important;
- // }
-
- // .title_font {
- // font-family: title !important;
- // }
-
- // .incline_font {
- // font-family: incline !important;
- // }
-
- // .font_size_14 {
- // font-size: 14px;
- // }
-
- // .font_size_18 {
- // font-size: 18px;
- // }
|