Quote:
Originally Posted by theducks
you could simply bump the base font size in the CSS for
Code:
Body { font-size: 1.2em; }
Assumes 1em was default
no need to touch the other places
|
Of course: This is the first thing I try. But sometimes it does not work. Maybe my knowledge of HTML and CSS is not sufficient.