Why use Arial font, not Bookman Old Style ?

  @font-face { font-family: 'Bookman'; src: url('http://xfont.ru/font/шрифт_BookmanOldStyleRegular_1296.htm'), format('truetype'); font-weight: normal; font-style: normal; } p{ font: bold 120% 'Bookman', Arial; } 

    2 answers 2

    Try so

     p { font-family: 'Bookman'; font-weight: bold; } 

    More likely, the link leads to the html file, and not to the direct download of the Bookman Old Style Regular . Download a font or find a direct download.

      Download link .