3
由於某種原因,我的谷歌字體沒有出現在我的預覽!谷歌字體沒有出現(使用cPanel)
我的CSS看起來像這樣
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);
html, body {
margin:0;
padding:0;
color:#2E3192;
font-family: 'Montserrat', sans-serif !important;
background-image: url("images/backgroundimg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
font-size: 13pt;
overflow-x: hidden;
}
我敢肯定,這就是正確的,因爲它是在codepen工作。這是因爲即時預覽或什麼?
謝謝
working http://jsfiddle.net/k73k6vqy/ – Dmitriy
有時候Apache並不擅長字體。您可能需要在.htaccess中定義字體mimetypes。 –
你確定@import是你的CSS中的第一件事嗎? –