We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在 CSS 中使用 @font-face 規則引入字型檔案時,如果字型檔案不是從同一個域載入,瀏覽器會進行 CORS 檢查。 如果伺服器沒有正確配置 CORS 標頭,或者沒有允許來自其他域的字型檔案請求,瀏覽器就會拒絕載入字型檔案,並在控制台中顯示 CORS 錯誤訊息。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在 CSS 中使用 @font-face 規則引入字型檔案時,如果字型檔案不是從同一個域載入,瀏覽器會進行 CORS 檢查。
如果伺服器沒有正確配置 CORS 標頭,或者沒有允許來自其他域的字型檔案請求,瀏覽器就會拒絕載入字型檔案,並在控制台中顯示 CORS 錯誤訊息。
The text was updated successfully, but these errors were encountered: