首页 > 其他 > 详细

font-weight: 100-900 在各个浏览器中的表现

时间:2020-03-15 14:44:12      阅读:79      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>font_weight</title>
  <style>
    * {margin: 0;padding: 0;}
    p {font-size: 30px; text-align: center;line-height: 1.5}
  </style>
</head>
<body>
  <p style="font-weight: 900">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 800">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 700">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 600">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 500">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 400">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 300">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 200">俱怀逸兴壮思飞, 遇上青天揽明月</p>
  <p style="font-weight: 100">俱怀逸兴壮思飞, 遇上青天揽明月</p>
</body>
</html>

chrome:

技术分享图片

IE:

技术分享图片

firefox:

技术分享图片

总结: 

IE fontweight 只有两种字号 : 100-500正常 600-900加粗

chrome, firefox 有三种字号 : 100-300正常 400-500中等 600-900加粗

 

font-weight: 100-900 在各个浏览器中的表现

原文:https://www.cnblogs.com/spotman/p/12497523.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!