Declaring your font for styling. Works in all major browsers.
@font-face {font-family:'Custom font'; src:url('custom-font.ttf');} h1 {font-family:'Custom font', serif;}
Declaring your font for styling. Works in all major browsers.
@font-face {font-family:'Custom font'; src:url('custom-font.ttf');} h1 {font-family:'Custom font', serif;}