Font Size
-
In changing the typeface of my site (and wanting the text to be bigger), I amended the following CSS for Tracks:
body { height: 100%; font-size: 120%; margin: 0; padding: 0; font-family: "myriadpro_regular", sans-serif; line-height: 1.5em; color: #4d4d4d; background: #222; -webkit-font-smoothing: antialiased; word-wrap: break-word; -ms-word-wrap: break-word; } h1, h2, h3, h4, h5, h6 { font-family: "myriadpro_semibold", sans-serif; margin: 0; padding: 0; font-weight: 700; }
Now, the mobile menu has horizontal lines in it, as seen in this link. The culprit appears to be as a result of the font-size: 120%; style.
Is there a better way to target the overall font size of the theme?
Thanks and regards,
Todd
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Font Size’ is closed to new replies.