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