@font-face { font-family: "Arial"; font-weight: normal; font-style: italic; src:url(../Fonts/arial.ttf); } @font-face { font-family: "Times"; font-weight: normal; font-style: normal; src:url(../Fonts/times.ttf); } @font-face { font-family: "Timesi"; font-weight: normal; font-style: italic; src:url(../Fonts/timesi.ttf); } @font-face { font-family: "Timesbd"; font-weight: normal; font-style: italic; src:url(../Fonts/timesbd.ttf); } @font-face { font-family: "Timesbi"; font-weight: normal; font-style: italic; src:url(../Fonts/timesbi.ttf); } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ body { font-family: "Arial", serif; font-family: "Times", serif; font-family: "Timesi", serif; font-family: "Timesbd", serif; font-family: "Timesbi", serif; } .style0 { font-family: 'Times', serif, serif; font-size: 100%; font-style: normal; } .style1 { font-family: 'Timesi', serif, serif; font-size: 100%; font-style: italic; } .style2 { font-family: 'Timesbd', serif, serif; font-size: 100%; font-weight: bold; } .style3 { font-family: 'Timesbi', serif, serif; font-size: 100%; font-style: italic; font-weight: bold; } .style { font-family: 'Arial', serif, serif; font-size: 100%; font-style: italic; }