แบบอักษรเว็บใช้เพื่ออนุญาตแบบอักษรใน CSS ซึ่งไม่ได้ติดตั้งบนระบบโลคัล
ตัวอย่าง
รหัสต่อไปนี้แสดงตัวอย่างรหัสของแบบอักษร:
<html>
<head>
<style>
@font-face {
font-family: myFirstFont;
src: url(/css/font/SansationLight.woff);
}
div {
font-family: myFirstFont;
}
</Style>
</head>
<body>
<div>This is the example of font face with CSS3.</div>
<p><b>Original Text :</b>This is the example of font face with CSS3.</p>
</body>
</html> ผลลัพธ์
