الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»

الرجوع عن التعديل 11 بواسطة Nazarzadeh (نقاش)
لا ملخص تعديل
(الرجوع عن التعديل 11 بواسطة Nazarzadeh (نقاش))
سطر ١: سطر ١:
/* NotoNaskhArabic Font */
/* NotoNaskhArabic Font */
@font-face {
@font-face {
    font-family: 'naskh arabic';
    font-family: 'naskh arabic';
    src: url('/fonts/NotoNaskhArabic-Regular.ttf') format('truetype');
    src: url('/fonts/NotoNaskhArabic-Regular.ttf') format('truetype');
}
}
/* Amiri Font */
/* Amiri Font */
سطر ١٣: سطر ١٣:
}
}
/* sans arabic Font */
/* sans arabic Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');}
@font-face {
    font-family: 'sans arabic';
    src: url('/fonts/Noto_Sans_Arabic-Regular.ttf') format('truetype');
}


/* Persian Wikipedia UI fonts configurations, see also MediaWiki:Print.css
/* Persian Wikipedia UI fonts configurations, see also MediaWiki:Print.css
سطر ٢٠: سطر ٢٣:
body {
body {
   /* generally a sans-serif font should be here */
   /* generally a sans-serif font should be here */
   font-family:  'sans arabic', Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif;
   font-family:  'sans arabic', sans-serif;
}
}


سطر ٢٨: سطر ٣١:
#documentation-meta-data {
#documentation-meta-data {
   /* generally a serif font should be here but Arial is not acceptable for Persian */
   /* generally a serif font should be here but Arial is not acceptable for Persian */
   font-family: 'Noto Naskh Arabic', Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
   font-family: 'naskh arabic', serif;
   font-weight: bold;
   font-weight: bold;
}
}