Home › Forums › CSS › How are you handling responsive typography? › Re: How are you handling responsive typography?
February 28, 2013 at 5:13 am
#126424
Participant
As Hompimpa said earlier. If you use em or % you can change the base font size of the body and all the fonts will follow in size accordingly.
If you have declared font-size in px in 50 places in your stylesheet you will need to override 50 places in your media queries instead of just one.