Shape 5

Joomla Templates => Legal Lawyer - Club => : ossi2612 September 11, 2017, 09:03:43 AM



: How to change the font-size?
: ossi2612 September 11, 2017, 09:03:43 AM
Hi,

How to change the font-size for the basic fonts of content?   Edit template.css doesn't work.

cu....Ossi


: Re: How to change the font-size?
: jonahh September 11, 2017, 10:44:09 AM
Hello,

If you have the font resizer enabled it can be changing the font style for the whole site. You can either disable or clear browser cache to reset it. Once you do one of these then you should be able to change it here:

:
body {
    color: #191919;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 193%;
}

template.css line 1


: Re: How to change the font-size?
: ossi2612 September 11, 2017, 01:55:41 PM
Ahhh!  Understood.


Thank's


cu....Ossi