CSS font 属性用于设置 HTML 元素的字体内容。 CSS 中有许多字体属性,将在下面讨论:
- 字体系列
- 字体样式
- 字体粗细
- 字体变体
- 字体大小
font-family:用于设置 HTML 元素的字体类型。它拥有多个字体名称作为后备系统。
句法:
font-family: "font family name";
例子:
html
font-family property
GeeksforGeeks
A computer science portal for geeks
html
font-style property
GeeksforGeeks
A computer science portal for geeks
html
font-weight property
GeeksforGeeks
A computer science portal for geeks
html
font-variant property
GeeksforGeeks
A computer science portal for geeks
html
font-size property
GeeksforGeeks
A computer science portal for geeks
输出:
font-style:用于指定 HTML 元素的字体样式。它可以是“正常、斜体或斜体”。
句法:
font-style: style name;
例子:
html
font-style property
GeeksforGeeks
A computer science portal for geeks
输出:
font-weight:用于设置字体的粗细。它的值可以是“正常、粗体、更亮、更粗”。
句法:
font-weight: font weight value;
例子:
html
font-weight property
GeeksforGeeks
A computer science portal for geeks
输出:
font-variant:用于创建小型大写效果。它可以是“普通股或小型股”。
句法:
font-variant: font variant value;
例子:
html
font-variant property
GeeksforGeeks
A computer science portal for geeks
输出:
font-size :用于设置 HTML 元素的字体大小。字体大小可以用不同的方式设置,比如“像素、百分比、em,或者我们可以设置小、大等值”等。
句法:
font-size: font size value;
例子:
html
font-size property
GeeksforGeeks
A computer science portal for geeks
输出:
支持的浏览器:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器