摘要:
/*文字排版、颜色*/ .f12{font-size:12px} .f13{font-size:13px} .f14{font-size:14px} .f16{font-size:16px} .f20{font-size:20px} .fb{font-weight:bold} .fn{font-we 阅读全文
摘要:
1、首先创建一个字体 @font-face { font-family: 'number_font'; //创建一个number_font字体名称 src: url('../../../style/Font/number.OTF'); } //引入本地字体源文件 .aaa{ font-family: 阅读全文