Hello Hype,
I’m trying to add a Google Font to my website, but Google service is blocked in China.
I’ve looked up online for solutions, but I couldn’t figure out what to do since I’m not a developer at all.
Is there a simpler way to solve this problem in Hype?
Thanks,
William
I saw that post yesterday, and I couldn’t change the href in Hype… I also
saw
another article about using visitor’s location to change from Google to useso.com
I guess is because each entry should be only one TTF font, so I made changes as follow:
And it still didn’t work… what have I done wrong? Also, the instructions come with SVGs, EOT and other font type, but the the master file only includes TTF file. Is that why the Custom CSS Font didn’t show up properly?
After spending nearly 6 hours on my desk figuring out this problem, I realized the problem came from the “CSS font-family”… After changing the “font-family” from Open Sans to OpenSansRegular, it seems working properly now… Yay!
Should I add the “font-weight” and woff/eot/svg to it as well?