1. mevnad
  2. Commercial Templates
  3. Thursday, 03 July 2014
  4.  Subscribe via email
Hello, I would like to avoid loading the font with the link http://fonts.googleapis.com/css?family=Kameron I'd like to load the desired font directly on my host space. how should I do?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You could try adding the following to the Custom CSS field of your templates parameters editing the src to the path to your locally stored Google font...


@font-face {
font-family: Kameron;
font-style: normal;
font-weight: 400;
src: url(http://www.yoursite.com/fonts/kameron.woff) format('woff');
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Note to disable the font from been loaded from Google by the template simply select any websafe font (Arial) within the templates parameters.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!