Click here to Skip to main content
15,886,093 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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;
}


What I have tried:

I've tried clearing cookies and cache
Posted
Updated 28-May-18 22:53pm
v2
Comments
Peter_in_2780 24-May-18 22:34pm    
Use your browser's debug tools to see if the import is actually happening, and what URL it is trying to fetch.

1 solution

hi,

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

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900