@font-face{ font-family: "dima"; src: url("dima.ttf") format("ttf"); } body{ background: #000000; max-width: 540px; margin: auto; font-family: dima; } 

The font is in the same directory. But alas, does not work.

    1 answer 1

     @font-face{ font-family: "dima"; src: url("dima.ttf") format("truetype"); } 
    • Thank you) Helped) - Dmitry Tereshchuk