我在這個網站上工作: poschbuchhandlung.at/hu/index.html我嘗試使用 @font-face 實現 Google 字體: @font-face {font-family: 'Inconsolata';font-style: normal;font-weight: 400;src: url('../fonts/inconsolata-v18-latin-regular.eot'); /* IE9 Compat Modes */src: local('Inconsolata Regular'), local('Inconsolata-Regular'),url('../fonts/inconsolata-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('../fonts/inconsolata-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */url('../fonts/inconsolata-v18-latin-regular.woff') format('woff'), /* Modern Browsers */url('../fonts/inconsolata-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */url('../fonts/inconsolata-v18-latin-regular.svg#Inconsolata') format('svg'); /* Legacy iOS */}這在 Firefox 中有效,但在 Safari 中無效!而且我不知道如何實現,我已經花費了大量時間瀏覽互聯網!問題是什么?你有什么猜測嗎?非常感謝
Google 字體無法在 Safari 中加載
慕的地6264312
2023-12-25 16:33:41