1. ticmic
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 15 July 2016
  5.  Subscribe via email
I want to use Open San Light, I can see Open San font but not the light, how can I get this to display under the styling tab

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Firstly add the following to the Head Custom Code field of your templates parameters...


<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'> 


You can then apply the light font to the elements of your choice using CSS add to the Custom CSS field...


h2 {
font-weight: 300;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for that, but where do I find the Head custom code
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You will find this in the 'Custom Code' tab of your templates parameters.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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