S
S
sTee2021-05-12 13:48:55
css
sTee, 2021-05-12 13:48:55

Dark font text is thinner than white, how to fix it?

609bb1dc9d0ce223662918.png

I connected the Gotham Pro font to the site, but I get dark text thinner than white, what could be the problem?

Connected like this:

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro/GothamPro-Medium.eot');
    src: local('GothamPro Medium'), local('GothamPro-Medium'),
        url('../fonts/GothamPro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question