use .ttf in css

43

@font-face {
  font-family:"Name-Of-Font";
  src: url("yourfont.ttf") format("truetype");
}

Comments

Submit
0 Comments