1234567891011121314151617181920212223242526272829303132 |
- /*
- font-family: "HarmonyOS Sans SC";
- 替换为
- font-family: "HarmonyOS Sans SC";
- "HarmonyOS Sans SC" !important 联盟起艺卢帅正锐黑体
-
- //https://oss.zc10000.com/static/font/LianMengQiYiLuShuaiZhengRuiHeiTi-2.ttf
- */
- /*@font-face {
- font-family: "HarmonyOS Sans SC";
- src: url("/template/pc/font/HarmonyOS Sans SCQiYiLuShuaiZhengRuiHeiTi-2.ttf");
- }*/
-
- /*@font-face {
- font-family: "HarmonyOS Sans SC";
- src: url("https://oss.zc10000.com/static/font/HarmonyOS_Sans_SC_Regular.ttf");
- }*/
-
- body{
-
- }
- a{
- }
- span{
-
- }
- div{
-
- }
- p{
-
- }
|