@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.
@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.
Source: https://ru.stackoverflow.com/questions/942004/
All Articles