eygrr
eygrr

Reputation: 319

Force use of online webfont instead of installed webfont

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.

Upvotes: 8

Views: 1388

Answers (2)

Mohammad Areeb Siddiqui
Mohammad Areeb Siddiqui

Reputation: 10179

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 :)

Upvotes: 5

Peter-Paul Frijlink
Peter-Paul Frijlink

Reputation: 1

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!

Upvotes: 0

Related Questions