First paste the font into your website with proper location/path. e.g :- I have paste "OCR A Extended.ttf" file into a font folder then I wrote my css like the example given below.
@font-face { font-family: OCR; src: url(../fonts/OCR A Extended.ttf); /* For IE */ src: url(../fonts/OCR A Extended.ttf) format("opentype"); /* For non-IE */ }
body{font-family:OCR;}
You can change URL/path according to your website . Now you can see the effect in every Operating System
You have a nice article.Have a great day my friends.
ReplyDelete