Mobile app version of vmapp.org
Login or Join
Jessie594

: 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

@Jessie594

Posted in: #Joomla

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.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie594

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray432

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme