@font-face { font-family: f2; font-style: normal; font-weight: normal; src: url('fonts/f2.ttf') } @font-face { font-family: f3; font-style: italic; font-weight: normal; src: url('fonts/f3.otf') } @font-face { font-family: f4; font-style: normal; font-weight: bold; src: url('fonts/f4.otf') } @font-face { font-family: f5; font-style: normal; font-weight: bold; src: url('fonts/f5.otf') } @font-face { font-family: f6; font-style: normal; font-weight: normal; src: url('fonts/f6.ttf') } @font-face { font-family: f7; font-style: italic; font-weight: bold; src: url('fonts/f7.otf') } span.f2 { font-family: f2; } .f2 { font-family: f2; } .f3 i, i.f3 { font-family: f3; font-style: italic; } .f4 b, b.f4 { font-family: f4; font-weight: bold; } b.f5 { font-family: f5; font-weight: bold; } span.f6 { font-family: f6; } .f6 { font-family: f6; } i.f7 b { font-family: f7; font-style: italic; font-weight: bold; }