ماشاالله خودتون کد نویس هستین و برای شما ساخت فایل css کاری نداره ولی واسه من که اینکاره نیستم مکافاته؛ از روی فایل خودشم میسازم کار نمیکنه
ولی یه کار از من در آوردی کردم تا حدودی جواب داد، کد زیر به فایل css قالب و rtl اضافه کردم
/* Start of RTL Style */
@font-face {
font-family: 'BYekan';
src: url('../fonts/WebYekan.eot');
src: url('../fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
url('../fonts/WebYekan.woff') format('woff'),
url('../fonts/WebYekan.ttf') format('truetype'),
url('../fonts/WebYekan.svg#WebYekan') format('svg');
font-weight: normal;
font-style: normal;
}
html[dir='rtl'] body,
html[dir='rtl'] h1,
html[dir='rtl'] h2,
html[dir='rtl'] h3,
html[dir='rtl'] h4,
html[dir='rtl'] h5,
html[dir='rtl'] h6,
html[dir='rtl'] .site-title,
html[dir='rtl'] input,
html[dir='rtl'] button,
html[dir='rtl'] select,
html[dir='rtl'] textarea {
font-family: 'BYekan', Tahoma, Arial;
}
html[dir='rtl'] .site-title {
font-size: 30px;
line-height: 31px;
}
html[dir='rtl'] h1 {
font-size: 24px;
line-height: 24px;
}
html[dir='rtl'] h2 {
font-size: 20px;
line-height: 20px;
}
html[dir='rtl'] h3 {
font-size: 16px;
line-height: 16px;
}
html[dir='rtl'] h4 {
font-size: 14px;
line-height: 15px;
}
html[dir='rtl'] h5 {
font-size: 13px;
line-height: 14px;
}
html[dir='rtl'] h6 {
font-size: 9px;
line-height: 10px;
}
html[dir='rtl'] ul,
html[dir='rtl'] ol {
margin: 0 25px 9px 25px;
}
html[dir='rtl'] .nav {
margin-right: 0;
margin-bottom: 18px;
}
html[dir='rtl'] .breadcrumb {
margin: 0 0 18px;
}
html[dir='rtl'] .pull-right {
float: left;
}
/* End of RTL Style */
ولی فونت ها به تاهوما تغییر کرد، به اینم راضی هستم، از هیچی بهتره، ولی میره فونت رو از سیستم کاربر میخونه، من میخوام طوری باشه که وقتی فونت داخل خود قالب هست، از همونجا بخونه، شاید فونت های دیگه رو هم جواب بده
باید چیکارکنم؟