.htaccess
#解決css加載字體跨域問題此招對自己架設主機者有效 <FilesMatch "\.(ttf|otf|eot|woff|woff2)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> AddType application/vnd.ms-fontobject .eot AddType application/x-font-ttf .ttf AddType application/vnd.ms-fontobject .eot AddType application/x-font-ttf .ttf AddType application/x-font-opentype .otf AddType application/x-font-woff .woff AddType application/x-font-woff2 .woff2 AddType image/svg+xml .svg
參考資料: https://www.itranslater.com/qa/details/2325682075036288000
第26天-CSS字體加載跨域問題-如何解決設定.htaccess檔 === # 如果你的OPENCART購物車系統有分館的設定 也就是有2個網址的話 # 那麼你一定會遇到以下錯誤 字型不出現 ![你