CSS @font-face not working -
i trying utilize @font-face first time not works can help me solve problem why script not working
<style> @font-face{ font-family: myfont; src: url('entypo.eot'); src: url('entypo.eot?iefix') format('eot'), url('entypo.woff') format('woff'), url('entypo.ttf') format('truetype'), url('entypo.svg#helvetica') format('svg'); font-weight: normal; font-style: normal; } div { font-family: myfont; } </style> </head> <body> <div> sdfdfdsfsdf </div>
i think font not english language font, right? anyway. faced problem lot because utilize western farsi fonts , don't work! re-convert them different font formats different softwares online font converter. , fonts work in ie, firefox not chrome! , re-convert them , alter normal! re-converting them may solve problem. ps: cool sites doing such thing: font face generator font 2 web
css
No comments:
Post a Comment