How to make responsive texts?

Asked

Viewed 32 times

1

I know that for normal elements, we can use the percentage, so that they are proportional to the screen resolutions. But what about the texts? What is the relative unit of measure, so that it is "larger or smaller" according to the display screen?

  • I think, just like a good part, if not the vast majority of the elements, we need to use the media queries to control that...

  • you can use the em, which, respect the resolution that the user himself puts on his device

  • 1

    Two important things I learned with responsive design, 1 - don’t zoom in on the site, don’t leave it without scale. 2- you can not set the text size for the user, there are people with myopia, and also users who prefer the lowercase letters, so let your user decide

  • 3

    Duplicate this question http://answall.com/q/142676/3635, this answer http://answall.com/a/142695/3635 or this one http://answall.com/a/142689/3635 answer should help you.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.