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

لا يوجد ملخص تحرير
(أنشأ الصفحة ب'←‏NotoNaskhArabic Font: @font-face { font-family: 'naskh arabic'; src: url('/fonts/NotoNaskhArabic-Regular.ttf') format('truetype'); } ←‏Amiri Font: @fon...')
 
لا ملخص تعديل
سطر ١٣: سطر ١٣:
}
}
/* sans arabic Font */
/* sans arabic Font */
@font-face {
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');}
    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
سطر ٣١: سطر ٢٨:
#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: 'naskh arabic', Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
   font-family: 'Noto Naskh Arabic', Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
   font-weight: bold;
   font-weight: bold;
}
}