Quote:
In other words, if you don't specify font-weight/font-style, does that mean the bold/italic variants are all correctly referenced with the code above?
|
In short: yes.
In details: font rendering engine knows how to make it "bold" or "italic" having only "normal" font. But humans could produce better "bold" fonts than some silly scripts, so for some fonts "manually" created bold/italic/etc version is also supplied. If bold/italic/etc version of the font is missing, system will fall back to the first option, it will generate it (on the fly).