two font-families are defined, foo and bar. both have a regular version and one for font-weight: bold. foo uses MonsterT for regular and MonsterT Bold for bold. bar uses MonsterT for regular and intentionally mismatches MonsterT Italic to bold.

font-family: foo

regular text

abcdef

font-weight: bold

abcdef

regular text, text in b tag

abcdef abcdef

font-family: bar

regular text

abcdef

font-weight: bold

abcdef

regular text, text in b tag

abcdef abcdef