Commit 25aeb75f by qiuren

feat: 更换默认字体为苹方

parent 2f8b3fe4
/*初始化 reset*/ /*初始化 reset*/
@charset "utf-8"; @charset "utf-8";
@font-face {
font-family:"ProjectPingFang";
src:url("./fonts/PingFangMedium.ttf") format("truetype");
font-weight:100 900;
font-style:normal;
font-display:block;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span,font,em,i,b,strong,button{margin:0;padding:0;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span,font,em,i,b,strong,button{margin:0;padding:0;}
body{margin:0;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体"; background:#fff; overflow:visible; color:#333333;} body{margin:0;font-family:"ProjectPingFang",sans-serif; background:#fff; overflow:visible; color:#333333;}
html, body { height: 100%;} html, body { height: 100%;}
input,select{font-size:12px;line-height:16px; border:0 none; vertical-align:middle;} input,select{font-size:12px;line-height:16px; border:0 none; vertical-align:middle;}
button{ border:0 none;} button{ border:0 none;}
......
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 sign in to comment