CSS font-kerning 属性

ID:13249 / 打印

css font-kerning 属性

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

示例

Live Demo

<!DOCTYPE html> <html>    <head>       <style>          #demo {             font-kerning: normal;          }       </style>    </head>    <body>       <div class = "demo">This is demo text.</div>    </body> </html>
上一篇: 使用CSS指定元素的顶部内边距
下一篇: CSS 中哪个属性指定边框的宽度?

作者:admin @ 24资源网   2024-10-18

本站所有软件、源码、文章均有网友提供,如有侵权联系308410122@qq.com

与本文相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。