Css在不同的浏览器上 [英] Css on different browsers

查看:93
本文介绍了Css在不同的浏览器上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将以下CSS应用于网站构建器,尝试获取要呈现的字体。



它仅适用于我的Safari和Firefox,而不适用于Chrome或Incognito windows。



其他人可以在Chrome上看到它,就好了。任何想法?



I have the following CSS applied to a website builder, attempting to get the font to render.

It only works on my Safari and Firefox, NOT Chrome or Incognito windows.

Other people can see it on Chrome, just fine. Any Ideas?

@import "//cloud.typography.com/791648/6***172/css/fonts.css";

/* Apply to headings */
h1, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 * {
  font-family: 'Gotham A', 'Gotham B', sans-serif !important;
}

/* Apply to buttons */
a.lp-pom-button * {
   font-family: 'Gotham A', 'Gotham B', sans-serif !important;
}

/* Apply to entire page */
* {
   font-family: 'Gotham A', 'Gotham B', sans-serif !important;
}





我的尝试:



我已经尝试清除cookie并缓存



What I have tried:

I've tried clearing cookies and cache

推荐答案





也许这是您的Chrome浏览器版本问题,或者可能是该字体与您的浏览器版本不兼容


perhaps it's your Chrome browser version problem, or may be the font is not compatible with your browser version


这篇关于Css在不同的浏览器上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆