在 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>

更新于:25-6 月-2020

55 浏览

开启你的 职业生涯

完成课程获得认证

开始
广告