Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Javascript

วิธีแสดงแบบอักษรบาง ๆ ได้อย่างราบรื่นยิ่งขึ้นใน CSS3 ด้วย HTML


หากต้องการแสดงฟอนต์แบบบางได้ราบรื่นยิ่งขึ้น ให้ใช้ −

text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;

สำหรับ Google Chrome ให้ใช้ −

-webkit-font-smoothing:antialiased !important;

คุณสามารถเพิ่มประสิทธิภาพได้เช่นนี้ −

text-rendering: auto
text-rendering: optimizeSpeed
text-rendering: optimizeLegibility
text-rendering: geometricPrecision
text-rendering: inherit