A
A
Alexey Strukov2016-05-20 12:30:22
css
Alexey Strukov, 2016-05-20 12:30:22

What's wrong with fonts in mobile browsers (Safari)?

I noticed that Safari on the tablet and phone reduces the font size by about one and a half times. The principle of such behavior is not entirely clear. Maybe I lost some meta tag or something else I forgot to specify?
At the moment there are:

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, shrink-to-fit=no">

body {
  font: 300 16px/1.2 Roboto, #{$font_stack};
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ineshin, 2016-05-20
@IonDen

Use Normalize.css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question