“Pr font weight”的版本间差异

本页内容
(创建页面,内容为“{{DISPLAYTITLE:font-weight}}6 = CSS font-weight 属性 = 三段文字设置不同的字体粗细: <sample title="" desc="" lang="html" hererun="1"> p.normal {font-weight:normal;} p.thick {font-weight:bold;} p.thicker {font-weight:900;} </sample> <run name=""> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>小白教程(xiaobai.wang)</title> <style> p.normal {font-weight:normal;} p.light {font-weight:lighter;} p.thick {font…”)
 
Neo讨论 | 贡献
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
{{DISPLAYTITLE:font-weight}}[[Category:css font|6]]
{{DISPLAYTITLE:font-weight}}[[Category:css reference|126]]
= CSS font-weight 属性 =
= CSS font-weight 属性 =


第54行: 第54行:
{| class="table table-striped table-hover"
{| class="table table-striped table-hover"
! 属性
! 属性
!
! Chrome
!
! Internet Explorer / Edge
!
! Firefox
!
! Safari
!
! Opera
|-
|-
| font-weight
| font-weight

2022年8月19日 (五) 04:46的最新版本

CSS font-weight 属性

三段文字设置不同的字体粗细:


示例

p.normal {font-weight:normal;}
p.thick {font-weight:bold;}
p.thicker {font-weight:900;}

属性定义及使用说明

font-weight 属性设置文本的粗细

默认值: normal
继承: yes
版本: CSS1
JavaScript 语法: object.style.fontWeight="900"

浏览器支持

表格中的数字表示支持该属性的第一个浏览器版本号。

属性 Chrome Internet Explorer / Edge Firefox Safari Opera
font-weight 2.0 4.0 1.0 1.3 3.5

属性值

描述
normal 默认值。定义标准的字符。
bold 定义粗体字符。
bolder 定义更粗的字符。
lighter 定义更细的字符。
  • 100
  • 200
  • 300
  • 400
  • 500
  • 600
  • 700
  • 800
  • 900
定义由细到粗的字符。400 等同于 normal,而 700 等同于 bold。
inherit 规定应该从父元素继承字体的粗细。

相关文章

CSS 教程: CSS Font

CSS 参考手册: font 属性

此页面最后编辑于2022年8月19日 (星期五) 04:46。