使用 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 font-kerning 屬性的詳細內容。更多資訊請關注PHP中文網其他相關文章!