/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@font-face { Â Â Â Â font-family: 'MyFontFamily'; Â Â Â Â src: url('myfont-webfont.eot?') format('eot'), Â Â Â Â Â Â Â Â Â url('myfont-webfont.woff') format('woff'), Â Â Â Â Â Â Â Â Â url('myfont-webfont.ttf')Â format('truetype'), Â Â Â Â Â Â Â Â Â url('myfont-webfont.svg#svgFontName') format('svg'); Â Â Â Â }