Is it possible to use Google fonts with the store? If so, how do I do that?
Announcement
Collapse
No announcement yet.
Google fonts
Collapse
X
-
Re: Google fonts
You simply need to call the font api into the store pages through the HEAD Tag Content/CSS template. For example,
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
You can then apply the font, in this case Open Sans, through any normal means. (Most likely via a CSS style declaration or change.)Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment