Mobile app version of vmapp.org
Login or Join
Shanna517

: Leveraging a hosted web font service from a local development server? There are a number of popular web font services on the market today who "host" the fonts and serve them to your web page

@Shanna517

Posted in: #Fonts #WebServices

There are a number of popular web font services on the market today who "host" the fonts and serve them to your web page via javascript or CSS pointing to remote locations. For example webfonts.fonts.com or typekit.com
However, there seems to be an issue when you're developing on a local testing server - the remote font services don't validate the font and return 403 access denied errors and the like.

What workarounds are there for using remote services such as a hosted font service, on a local development server?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna517

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

TypeKit supports use on your own system just fine, but you have to explicitly set localhost or 127.0.0.1 in the allowed domains list; nothing is included by default.
I haven't used the fonts.com service, but imagine they have a similar requirement.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme