Yui font.css / combo.php overriding font in core.css

Re: Yui font.css / combo.php overriding font in core.css

by Mary Evans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

To override the font-family and font-size and line-height in any Moodle theme you need to address these in #page rather than body.

#page {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 108%;
line-height: 1.4;
}

Also...and I think you already know about Theme Designer Mode so I donlt need to say it again. smile

Cheers

Mary