MIME Types คือมาตรฐานการสื่อสารของเอกสาร มีไว้สำหรับระบุให้ Web Browser รู้ว่าไฟล์ที่กำลังติดต่อสื่อสารกับ Server นั้นคือไฟล์รูปแบบใด เช่นไฟล์ text ไฟล์รูปภาพ ไฟล์วิดิโอ เป็นต้น
เพิ่มข้อมูลไปที่ .htaccess (ไว้อยู่บนสุดของไฟล์)
Header set Access-Control-Allow-Origin "*"
AddType font/opentype .otf
AddType application/x-font-truetype .ttf
AddType application/x-font-opentype .otf
AddType application/font-woff2 .woff2
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-woff .woff