1. wwwdesign
  2. Commercial Templates
  3. Friday, 14 December 2012
  4.  Subscribe via email
Hello!

How do I add a new font Arkandia templates?

Font name is ArgPriht.ttf.

Thank you for your reply!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Janne

If you have a URL to @font-face version of the font you can add it to the template by adding the following to the Custom CSS field of your templates parameters..

[code type=css]@font-face {
font-family: [FontName];
src: url([URL to font-face]);
}[/code]
Then just use it like any other font in any other style rule.. eg..

[code type=css]h2 {font-family: [FontName];}[/code]
CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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