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..
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »