A
A
Andrew2022-02-09 12:26:08
css
Andrew, 2022-02-09 12:26:08

Why does a font connected via Google Font render differently in Firefox than in Chrome?

I understand that Firefox has its own quirks regarding font rendering, but I would still like to make them less flashy.

Chrome:
620387bc85a32707578730.png

Firefox:
620387d548069742706815.png

This is the most common Roboto. Scaling was not applied. I experimented with css properties, without success.

The font is connected via CDN:

<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,[email protected],100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">


html, body {
    font-family:  'Roboto', sans-serif
}

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alex, 2022-02-09
@AndrewRusinas

https://stackoverflow.com/a/30878469/4543826

S
SOTVM, 2022-02-09
@sotvm

Patamu chta different render

A
Alexander Vasiliev, 2022-02-11
@amvasiljev

on a safari "ride"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question