zoukankan      html  css  js  c++  java
  • html5-字体css

    #div1{font-size: 50px;}
    #div2{font-size: 50%;}
    #div3{font-size: 300%}
    #div4{font-size: 3em;}
    #div5{font-size: xx-small;}
    #div6{font-size: xx-large;}
    #div7{font-size: x-large;}
    #div8{font-size: smaller;}
    #div9{font-variant: small-caps; }
    #div10{font-style: oblique;}
    #div11{font-weight: bold;}
    #div12{font-weight: lighter;}
    #div13{font-family: 楷体,黑体,宋体;font-size: 50px}
    #div14{font: bold small-caps oblique 60px 楷体;}
    /*必须有60px和楷体,而且顺序不能颠倒*/
    @font-face{
        font-family: "hwd";
        src:url("telefono.ttf")
    }
    p{font-family:hwd;font-size: 50px;}
    /*www.youziku.com*/

    天道酬勤,厚积薄发。 君子之行,静以修身,俭以养德。 非淡泊无以明志,非宁静无以致远。 如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
  • 相关阅读:
    Alpha阶段项目复审
    复审与事后分析
    测试与发布(Alpha版本)
    第七天
    第六天
    团队作业第4周——项目冲刺
    第一天
    第二天
    第四天
    第五天
  • 原文地址:https://www.cnblogs.com/houweidong/p/7561279.html
Copyright © 2011-2022 走看看