The downloaded version of a font that I would like to use is different to the one that Google provides, and I was wondering if it was possible to force the user into using Google's version.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
According to this question's comment, if you use @font-face
to embed your custom font onto your webpage, it will use your custom font not the one you installed on the computer.
My solution, while creating the custom font make sure to change its name and set it not equal to the one with which it's installed on the computer.
Hope I am clear and I solved your problem :)
回答2:
You could use google webfont for that(http://www.google.com/fonts/).
When you click use,they show how to use the webfont: http://www.google.com/fonts/#UsePlace:use
Hoop this helps!