A
A
Alexander Buyan2017-07-30 22:39:39
css
Alexander Buyan, 2017-07-30 22:39:39

How to display text correctly in Safari browser?

6a3545c25bbb416c9cbdd28f87b0a115.pngRebzi. There was a question concerning Safari.
All, literally all browsers display text with normal letter spacing, but Safari is an exception. Applying letter-spacing cannot be applied separately for the apple browser, otherwise if applied for all, it will incorrectly display on all and does not match the design.
I want to note that the downloaded font "OpenSans" is used. Could it be the issue?
Great minds what to do. Maybe there is still an option to apply the letter-spacing tag separately?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alibek Kulseitov, 2019-03-01
@etozhetisachniy

It turns out two divas in one. On the left you put transparency on the background as the person wrote above and on the right div you put a white background

A
Artem, 2019-03-01
@Cruper

.parent {
  background-color: rgba(255,255,255,.5); // фон белый с 50% прозрачностью
}

A
Andrew Garfield, 2019-03-01
@Garfields

B
Bob Hope, 2017-07-30
@abyjan

Hello. Try instead of connecting your font files to use the variant from google fonts: https://fonts.google.com/specimen/Open+Sans
If the problem persists, then we'll at least be sure that it's not the font files;)

G
game802, 2017-07-30
@game802

body {
    -webkit-text-size-adjust: none;
}

I
Ilya Beloborodov, 2017-07-31
@kowap

On Windows, safari has not been supported for three hundred years

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question