مدیاویکی:Mobile.css: تفاوت میان نسخهها
Nazarzadeh (بحث | مشارکتها) صفحهای تازه حاوی «* Vazir Font */ @font-face { font-family: 'vazir'; src: url('/fonts/Vazir.woff2') format('woff2'), url('/fonts/Vazir.woff') form...» ایجاد کرد برچسبها: ویرایش همراه ویرایش از وبگاه همراه |
Nazarzadeh (بحث | مشارکتها) بدون خلاصۀ ویرایش برچسبها: ویرایش همراه ویرایش از وبگاه همراه |
||
خط ۱۸: | خط ۱۸: | ||
img { | img { | ||
max-width: 100% | max-width: 100% | ||
height: auto | |||
} | } |
نسخهٔ ۶ فوریهٔ ۲۰۲۱، ساعت ۱۳:۲۰
* Vazir Font */
@font-face {
font-family: 'vazir';
src: url('/fonts/Vazir.woff2') format('woff2'), url('/fonts/Vazir.woff') format('woff'), url('/fonts/Vazir.ttf') format('truetype');
}
/* Amiri Font */
@font-face {
font-family: 'Amiri';
font-style: normal;
font-weight: 400;
src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
body, h1, h2, h3, h4 {
/* generally a sans-serif font should be here */
font-family: vazir, Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif !important;
}
img {
max-width: 100%
height: auto
}