Bold font CSS Doubt Basica

Asked

Viewed 95 times

0

Hi, I’m trying to paste the font thicker, but I couldn’t get as far as I know the font-Weight code: I would do this.

When I use:

font-weight: 500;

The source becomes normal, more when I use:

font-weight: bold;

I want to gradually make the source thicker and the Bold Do it one way. Where is wrong? It would be the font or the code?

2 answers

1

There’s nothing wrong with your code. There is no big difference between font-Weight: 300 and 500. If you increase the value, you will see differences in Bold

0


You may not see a change because the difference from 400 (normal) to 500 is small. The Bold is 700. See this link the appearance of the sources for each Weight and note the similarity of 400 and 500.

  • 1

    Obg was just that.

Browser other questions tagged

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