html中设置字体的属性有哪些
html中设置字体的属性:font、font-family、font-size、font-style、font-variant、font-weight、“@font-face”、font-size-adjust、font-stretch。
本教程操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。
字体属性定义字体,加粗,大小,文字样式。
html中设置字体的属性
属性 | 说明 |
---|---|
font | 在一个声明中设置所有字体属性 |
font-family | 规定文本的字体系列 |
font-size | 规定文本的字体尺寸 |
font-style | 规定文本的字体样式 |
font-variant | 规定文本的字体样式。设置小型大写字母的字体显示文本,这意味着所有的小写字母均会被转换为大写,但是所有使用小型大写字体的字母与其余文本相比,其字体尺寸更小。 |
font-weight | 规定字体的粗细 |
@font-face | 一个规则,允许网站下载并使用其他超过"Web- safe"字体的字体 |
font-size-adjust | 为元素规定 aspect 值。为某个元素规定一个 aspect 值,这样就可以保持首选字体的 x-height。 |
font-stretch | 收缩或拉伸当前的字体系列。对当前的 font-family 进行伸缩变形。所有主流浏览器都不支持。 |
扩展资料:
在HTML/CSS中,有两种类型的字体系列名称:
通用字体系列 - 拥有相似外观的字体系统组合(如 "Serif" 或 "Monospace")
特定字体系列 - 一个特定的字体系列(如 "Times" 或 "Courier")
Generic family | 字体系列 | 说明 |
---|---|---|
Serif |
Times New Roman Georgia |
Serif字体中字符在行的末端拥有额外的装饰 |
Sans-serif |
Arial Verdana |
"Sans"是指无 - 这些字体在末端没有额外的装饰 |
Monospace |
Courier New Lucida Console |
所有的等宽字符具有相同的宽度 |
font-family 属性应该设置几个字体名称作为一种"后备"机制,如果浏览器不支持第一种字体,他将尝试下一种字体。
注意: 如果字体系列的名称超过一个字,它必须用引号,如Font Family:"宋体"。
多个字体系列是用一个逗号分隔指明:
p{font-family:"Times New Roman", Times, serif;}
下面是一些常用的字体组合,通用的字体系列。
Serif 字体
字体 | 文本示例 |
---|---|
Georgia, serif |
This is a headingThis is a paragraph |
"Palatino Linotype", "Book Antiqua", Palatino, serif |
This is a headingThis is a paragraph |
"Times New Roman", Times, serif |
This is a headingThis is a paragraph |
sans - serif字体
字体 | 文本示例 |
---|---|
Arial, Helvetica, sans-serif |
This is a headingThis is a paragraph |
Arial Black, Gadget, sans-serif |
This is a headingThis is a paragraph |
"Comic Sans MS", cursive, sans-serif |
This is a headingThis is a paragraph |
Impact, Charcoal, sans-serif |
This is a headingThis is a paragraph |
"Lucida Sans Unicode", "Lucida Grande", sans-serif |
This is a headingThis is a paragraph |
Tahoma, Geneva, sans-serif |
This is a headingThis is a paragraph |
"Trebuchet MS", Helvetica, sans-serif |
This is a headingThis is a paragraph |
Verdana, Geneva, sans-serif |
This is a headingThis is a paragraph |
Monospace 字体
字体 | 文本示例 |
---|---|
"Courier New", Courier, monospace |
This is a headingThis is a paragraph |
"Lucida Console", Monaco, monospace |
This is a headingThis is a paragraph |
(学习视频分享:css视频教程)
以上就是html中设置字体的属性有哪些的详细内容,更多请关注其它相关文章!
推荐阅读
-
css3新增属性有哪些?css3中常用的新增属性总结
-
CSS3中设置字体的抗锯齿或光滑度的属性
-
CSS中的字体大小设置属性总结
-
HTML5中有哪些元素是不再被支持的?
-
watir-webdriver 中根据html5中的data-*属性设置元素
-
iframe中的页面来设置该iframe的属性(width, height)_html/css_WEB-ITnose
-
当HTML页面中的一个form的action属性设置为request.html时?解决思路
-
iframe中的页面来设置该iframe的属性(width, height)_html/css_WEB-ITnose
-
有关CSS中字体响应式的设置_html/css_WEB-ITnose
-
以HTML5现在的技术条件,能出《刀塔传奇》这种效果的游戏吗?有哪些大公司在开发HTML5的中重度游戏项目?