博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
html5-字体css
阅读量:6547 次
发布时间:2019-06-24

本文共 607 字,大约阅读时间需要 2 分钟。

#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*/

转载于:https://www.cnblogs.com/houweidong/p/7561279.html

你可能感兴趣的文章
Linux中详细搭建Lnmp架构(编译安装)
查看>>
-day01-服务器组成详解
查看>>
企业办公室5s标准样板
查看>>
php的引用&
查看>>
cacti+nagios之nagios的搭建(三)
查看>>
教你解决Eclipse中SVN比较乱码问题
查看>>
etcd:从应用场景到实现原理的全方位解读
查看>>
RESTful Web API 理解
查看>>
eclipse工具配置
查看>>
40个优秀的单页网站设计范例(下篇)
查看>>
我的友情链接
查看>>
u3d里面Sprite九宫格设置
查看>>
numpy中的matrix和array
查看>>
Eclipse导入Android项目 Eclipse常见错误 中文乱码问题
查看>>
cmdb-添加监控功能
查看>>
Objective-c 下拉刷新,上拉加载实现原理
查看>>
我的友情链接
查看>>
区块链100讲:区块链为什么叫“区块”“链”?
查看>>
2.配置与启动
查看>>
web3.eth.getTransactionReceipt
查看>>