If you are missing certain font formats you can do a search for “Font conversion” and you should find multiple online services, that allow you convert fonts.
1 2 3 4 5 6 7 8 |
@font-face { font-family: Fontname; src: url('Fontname.eot'); src: url('Fontname.eot?#iefix') format('embedded-opentype'), url('Fontname.woff') format('woff'), url('Fontname.ttf') format('truetype'), url('Fontname#webfontregular') format('svg'); } |