: How do I change the default font, site-wide in Joomla 1.5? I'm working with a commercial template: http://templates.entheosweb.com/template_number/30483.asp My client is French speaking, so the font
I'm working with a commercial template: templates.entheosweb.com/template_number/30483.asp
My client is French speaking, so the font needs to be able to handle special characters in French, which the current font does not at all. I don't see a straightforward way to change the font inside Joomla's admin section.
More posts by @Jessie594
1 Comments
Sorted by latest first Latest Oldest Best
The defualt font size for the theme is set in template.css thus
body, td, th, div, p, label, input {
color: #535353 ;
font: normal 13px/17px Arial, Helvetica, sans-serif;
}
So you'd need to alter that. It reads as font weight normal size 13px line height 17px font family Arial.
Once you've changed that search through the remaining styles for font: or font-size and alter those property's values relative to the increased default font size.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.