مدیاویکی:Mobile.css: تفاوت میان نسخهها
(صفحهای تازه حاوی «←All CSS here will be loaded for users of the mobile site: @font-face { font-family: 'iransansxv'; src: url('https://fa.wiki.khomeini.ir/w/images/e/e9/Iransansxv.woff') format('woff-variations'), will be the standard and works in Safari now url('https://fa.wiki.khomeini.ir/w/images/e/e9/Iransansxv.woff') format('woff'); font-weight: 100 900; font-display: fallback; } @font-face { font-family: iransansx...» ایجاد کرد) |
بدون خلاصۀ ویرایش |
||
خط ۱۴: | خط ۱۴: | ||
@font-face { | @font-face { | ||
font-family: iransansxbold; | font-family: iransansxbold; | ||
src: url('https://fa.wiki.khomeini.ir/w/images/5/ | src: url('https://fa.wiki.khomeini.ir/w/images/5/55/Iransansx-light.woff') format('woff'); | ||
font-weight: 700; | font-weight: 700; | ||
} | } |
نسخهٔ ۱۲ آذر ۱۴۰۱، ساعت ۰۷:۳۰
/* All CSS here will be loaded for users of the mobile site */
@font-face {
font-family: 'iransansxv';
src: url('https://fa.wiki.khomeini.ir/w/images/e/e9/Iransansxv.woff') format('woff-variations'),
will be the standard and works in Safari now
url('https://fa.wiki.khomeini.ir/w/images/e/e9/Iransansxv.woff') format('woff');
font-weight: 100 900;
font-display: fallback;
}
@font-face {
font-family: iransansx;
src: url('https://fa.wiki.khomeini.ir/w/images/4/4e/Iransansx-regular.woff') format('woff');
}
@font-face {
font-family: iransansxbold;
src: url('https://fa.wiki.khomeini.ir/w/images/5/55/Iransansx-light.woff') format('woff');
font-weight: 700;
}
/* Persian Wikipedia UI fonts configurations, see also MediaWiki:Print.css
These are written over the time on Monobook.css and Vector.css and shouldn't
be changed radically without users consensus */
body {
font-family: iransansx, tahoma;
}
/*@supports (font-variation-settings: normal) {*/
/* body {*/
/* font-family: 'iransansx', tahoma;*/
/* }*/
/*}*/
.mw-body h1, .mw-body h2, .mw-body #firstHeading,
.mw-body .mw-editsection, .mw-body .mw-editsection-like,
.mw-body #toc h2, .mw-body .toc h2,
#documentation-meta-data, .vector-sticky-header-context-bar-primary {
font-family: iransansxbold, tahoma;
}
.mw-content-container {
font-size: larger;
}