CSS and Font Weights

Hey! So, I’m trying to get a more advanced understanding of a few CSS concepts–at the moment, fonts.

I’ve read a few other posts on here on CSS and font-weight values and just trying to clarify. Is it fair to say that if a specified font-family (font-family: [some font family]) doesn’t come with a bold variant, the web browser will simulate a bold version as needed? In experimenting, I’ve specified font families that I know only have one weight variant, but when I specify bold I get a chunkier version of that font on screen.

Just trying to clarify. Thanks!

You basically answered your own question, that is because that font family probably doesn’t have a font bold style (or that family doesn’t lend itself to being bold) and thusly it gets chunkier because it’s simulating bold.

Thanks! I figured, but just wanted to confirm.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.