مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
@font-face {
@font-face {
     font-family: 'Farhang';
     font-family: 'Farhang-Regular';
     src: url('/fonts/Farhang.woff2') format('woff2'),
     src: url('/fonts/Farhang-Regular.woff2') format('woff2'),
         url('/fonts/Farhang.woff') format('woff');
         url('/fonts/Farhang-Regular.woff') format('woff');
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
خط ۱۶: خط ۱۶:


body {
body {
     font-family: 'Farhang_', Arial, sans-serif !important;
     font-family: 'Farhang-Regular', Arial, sans-serif !important;
}
}