| Controlling Font Size With CSSThis is a CSS solution with no JavaScript. Using this method it is simple to maintain control over the size of typography. h1 set to 2.2em (22pt)h2 set to 2.0em (20pt)h3 set to 1.8em (18pt)h4 set to 1.6em (16pt)h5 set to 1.4em (14pt)Paragraph tag set to 1.2em (12pt) Controlling Font Size With CSS This is an example of setting Headings and Paragraph tags by CSS. It demonsrates controling font size using ems. Works in most modern browses. Please view the source. | ||||||
|