mahdivita
دوشنبه 24 آذر 1393, 22:15 عصر
سلام
من در قالبم 3تا فونت استفاده کردم (2تا فارسی و 1 انگلیسی)
بعد الان داخل کروم یکی از فونت های فارسی رو درست نشون میده اما در بقیه مرورگرها اون فونتی که تو css گفتم رو نشون نمیده
مشکل چیه؟
کدی هم که نوشتم ایناس :
برای متصل کردم فونت ها به قالب :
@font-face{
font-family:'IRYekan';
src:url('fonts/IRYekan.eot?#') format('eot'),
url('fonts/IRYekan.woff') format('woff'),
url('fonts/IRYekan.svg') format('svg'),
url('fonts/IRYekan.ttf') format('truetype')
}
@font-face{
font-family:'Far.Two Light';
src:url('font/FarTwoLight.eot?#') format('eot'),
url('font/FarTwoLight.woff') format('woff'),
url('font/FarTwoLight.svg') format('svg'),
url('font/FarTwoLight.ttf') format('truetype')
}
@font-face{
font-family:'Century Gothic';
src:url('fonts/gomic.eot?#') format('eot'),
url('fonts/gomic.woff') format('woff'),
url('fonts/gomic.svg') format('svg'),
url('fonts/gomic.ttf') format('truetype')
}
و کدهای css جایی که گفتم فونت رو درست نشون نمیده :
#ads{
font-family: "Far.Two Light";
color: #bd7139;
text-shadow: 1px 1px 0px rgba(150, 83, 34, 1);
font-size: 22px;
}
من در قالبم 3تا فونت استفاده کردم (2تا فارسی و 1 انگلیسی)
بعد الان داخل کروم یکی از فونت های فارسی رو درست نشون میده اما در بقیه مرورگرها اون فونتی که تو css گفتم رو نشون نمیده
مشکل چیه؟
کدی هم که نوشتم ایناس :
برای متصل کردم فونت ها به قالب :
@font-face{
font-family:'IRYekan';
src:url('fonts/IRYekan.eot?#') format('eot'),
url('fonts/IRYekan.woff') format('woff'),
url('fonts/IRYekan.svg') format('svg'),
url('fonts/IRYekan.ttf') format('truetype')
}
@font-face{
font-family:'Far.Two Light';
src:url('font/FarTwoLight.eot?#') format('eot'),
url('font/FarTwoLight.woff') format('woff'),
url('font/FarTwoLight.svg') format('svg'),
url('font/FarTwoLight.ttf') format('truetype')
}
@font-face{
font-family:'Century Gothic';
src:url('fonts/gomic.eot?#') format('eot'),
url('fonts/gomic.woff') format('woff'),
url('fonts/gomic.svg') format('svg'),
url('fonts/gomic.ttf') format('truetype')
}
و کدهای css جایی که گفتم فونت رو درست نشون نمیده :
#ads{
font-family: "Far.Two Light";
color: #bd7139;
text-shadow: 1px 1px 0px rgba(150, 83, 34, 1);
font-size: 22px;
}