Home › Forums › CSS › How are you handling responsive typography? › Re: How are you handling responsive typography?
February 28, 2013 at 7:27 am
#126435
Participant
That is also a very valid point to make. If you don’t need to make overall changes to font size then it really doesn’t matter if you use px. Maybe only headers needs to be smaller for phones for example, then I see no point in converting to a measurement you’re not used to. Em can be a handful due to it being relative to its container.
So I’d say it also has alot to do with the design and give us rem ;)