Home of the facelift image replacement forums
You are not logged in.
It looks like recaptcha is easily thwarted either by cheap labor or some other means, because I am still getting tons of spam signups.
I'm closing registrations again, if you would like to register, please email me at cory.mawhorter@ephective.com and use the subject line "Forum Registration". Give me your name and all the standard stuff in that email.
I will just have to do manual registrations until I have more time to spend on this problem.
-Cory, 2010-03-15
Pages: 1
How and where do I insert code to use a second font in flir using the WordPress plugin? I need a step by step . . . I have seen some posts that give some code examples, but no one has said where to insert it. It seems like there is a lot of assuming that everyone will just know, and maybe a lot do, but I don't know if it go in the template file, in the Flir configuration file ?????? and how does it need to be tagged? My apologies, but the documentation on this plugin leaves a lot to be desired.
Offline
Hi Anji, I had the same problem, but I've resolved it in a easy way.
1) In the CSS file of your website, put a font-family declaration.
Here an example:
HTML FILE
<p class="cat">I gattini sono molto carini</p>
CSS FILE
.cat {
font-family: 'fontName';
}
Remember not to put the extension of the font, so don't write font-family: 'arial.tff'; BUT font-family: 'Arial';
Last edited by microcipcip (2009-07-06 05:54:35)
Offline
Pages: 1