1. michael_i
  2. Commercial Templates
  3. Friday, 09 August 2013
  4.  Subscribe via email
Hi,
I know that the Revelation template does not support google fonts as is.
What would it take for me to add google fonts to this template?

Thanks,
Michael
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Micheal

Firstly add the Google font code just before the </head> tag in your templates index.php (../templates/j51_revelation/index.php). The Google code will look something like the following...


<link href='http://fonts.googleapis.com/css?family=Acme' rel='stylesheet' type='text/css'>


You can then add your CSS to style elements with your font in the end of your templates template.css (../templates/j51_revelation/css/template.css)..

eg..


body {font-family: 'Acme', sans-serif;}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciarán!
Thats very simple and it works perfect!
  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!