控制 CSS 中字母间的间距


使用 font-kerning 属性可以控制网页上字母的放置方式。你可以尝试运行以下代码来实现 font-kerning 属性

示例

在线演示

<!DOCTYPE html>
<html>
   <head>
      <style>
         #demo {
            font-kerning: normal;
         }
      </style>
   </head>
   <body>
      <div class = "demo">This is demo text.</div>
   </body>
</html>

更新时间: 2020 年 6 月 25 日

55 次浏览

开始您的 职业生涯

通过完成课程获得认证

开始
广告