I'm having a problem with font face.
I added code to make the font work in my page, but when I type any keywords the font does not work and shows string keywords.
This is the css code:
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"GE Dinar One Medium";src:url("GE_Dinar_One_Medium.eot?") format("eot"),url("GE_Dinar_One_Medium.woff") format("woff"),url("GE_Dinar_One_Medium.ttf") format("truetype"),url("GE_Dinar_One_Medium.svg#GEDinarOne-Medium") format("svg");font-weight:normal;font-style:normal;}
p{font-family:"GE Dinar One Medium";}
and this is the html:
<p>ahmed mohamed احمد محمد
<br />
انا من مدينة المنصورة مصر
</p>
It's just a test, but the font does not work and I'm sure its font url is right. All fonts type are in the same folder
What is the problem?