Hi
Im wondering if anyone can guide in the right direction. I have a template in joomla 2.5 and im trying to change the default font. Now ive heard of webfonts and cufon plugin. But i was wondering if theres any other way i can do this. Ive done it before with another template and it was a lot more easier to manage.
P-s. I have the font available which is "Bebas" .tff
heres my website www.psdflyers.net
thanks to anyone that helps.
@font-face
The normal method to set the default would be to add the font to your font cascade, like so:
body {font-family: Bebas,'Ubuntu',sans-serif;}
That won't work for me, because I don't have that font family on my machine. You'll need to look into the @font-face rule. Using @ font... will require a special form of the font file. See Font Squirrel, FONT-FACE DEMO FOR THE BEBAS FONT and download from there.
Do you really want that as the default font? It seems to be very ugly and hard to read.
cheers,
gary
Hello, Your template.css
Hello,
Your template.css controls your basic layouts / fonts / colors of the website. It should be in the path -
/siteroot/templates/templatename/css/template.css
Regards,
Mihir.