style modifications on local font - different font-weight and font-style specified in dd tag, that use specially crafted @font-face local font.

local @font-face MonsterT

toggle defaults

no font-style and no font-weight
abcdef
font-weight: bold
abcdef
font-style: italic
abcdef
font-weight: bold and font-style: italic
abcdef

all permutations

font-weight normal and font-style normal
abcdef
font-weight normal and font-style italic
abcdef
font-weight bold and font-style normal
abcdef
font-weight bold and font-style italic
abcdef

local @font-face MonsterT Bold

toggle defaults

no font-style and no font-weight
abcdef
font-weight: normal
abcdef
font-style: italic
abcdef
font-weight: normal and font-style: italic
abcdef

all permutations

font-weight normal and font-style normal
abcdef
font-weight normal and font-style italic
abcdef
font-weight bold and font-style normal
abcdef
font-weight bold and font-style italic
abcdef

local @font-face MonsterT Italic

toggle defaults

no font-style and no font-weight
abcdef
font-weight: bold
abcdef
font-style: normal
abcdef
font-weight: bold and font-style: normal
abcdef

all permutations

font-weight normal and font-style normal
abcdef
font-weight normal and font-style italic
abcdef
font-weight bold and font-style normal
abcdef
font-weight bold and font-style italic
abcdef

local @font-face MonsterT Bold Italic

toggle defaults

no font-style and no font-weight
abcdef
font-weight: normal
abcdef
font-style: normal
abcdef
font-weight: normal and font-style: normal
abcdef

all permutations

font-weight normal and font-style normal
abcdef
font-weight normal and font-style italic
abcdef
font-weight bold and font-style normal
abcdef
font-weight bold and font-style italic
abcdef