CSS中font属性的注意事项_html/css_WEB-ITnose
程序员文章站
2022-04-22 08:58:01
...
font包含font-style font-variant font-weight font-size/line-height font-family;
在书写font属性时font-style font-variant font-weight 在前,且顺序可以随意排列;font-size/line-height font-family在后,且顺序是固定的;而且font属性的声明中必须要包含font-size font-family这两个属性,否则,整个声明都是无效的。
在使用font声明时,会重置font-style font-variant font-weight font-size/line-height font-family为默认值。
上一篇: PHP函数copy()复制文件示例
下一篇: ORACLE常用的SQL
推荐阅读
-
css3中的content和实体_html/css_WEB-ITnose
-
DIV+CSS在不同浏览器中的表现_html/css_WEB-ITnose
-
世界上最疯狂10个建造中的摩天大楼_html/css_WEB-ITnose
-
media query中的条件重叠_html/css_WEB-ITnose
-
php正则匹配html中的带class的div,选取其中的内容_html/css_WEB-ITnose
-
外部引用CSS中 link与@import的区别_html/css_WEB-ITnose
-
css3中关于伪类的使用_html/css_WEB-ITnose
-
像csdn博客文章中图片和文字、代码等的排版是如何在服务器数据库中存储的?_html/css_WEB-ITnose
-
IE9中CSS2 height属性失效问题_html/css_WEB-ITnose
-
CSS中的盒子模型详解_html/css_WEB-ITnose