MediaWiki:LTR-Font.css

From wikishia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* https://fontiran.com/license/6ZF3GA این وبسایت به صورت قانونی از فونت ایران‌سنس (حرفه‌ای) استفاده میکند. */
/* ========================== */
/* Dsigen by Alavi */
/* All CSS here will be loaded for users of the mobile site */
@font-face {
    font-family: iransansxlight;
    src: url('/w/images/5/55/Iransansx-light.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: Iransansxv;
    src: url('/w/images/e/e9/Iransansxv.woff') format('woff');
    font-weight: 700;
}

@font-face {
	font-family: IRANBold;
	font-style: normal;
	font-weight: bold;
	src: url('/w/images/e/e5/IRANBold.eot.eot');
	src: url('/w/images/e/e5/IRANBold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/w/images/c/c5/IRANBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/w/images/f/f5/IRANBold.ttf') format('truetype');
}

@font-face {
    font-family: fonthafs;
    src: url('/w/images/f/f9/Font_Hafs.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: AdobeArabic-Regular;
    src: url('/w/images/9/95/AdobeArabic-Regular') format('woff');
}

.quran-font {
	font-family: AdobeArabic-Regular; /*fonthafs*/
	/*font-size: large;*/
}

/*وظیفه نمایش فونتهای نصبی را اجرا میکند*/
bold, b {
    font-family: Iransansxv, tahoma;
    font-weight: bold;
}

body {
    font-family: iransansxlight, tahoma;
    font-size: 18px;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .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: IRANBold, tahoma;
}

.vector-toc-collapse-button, .vector-toc-uncollapse-button {
	font-family: 'IRANBold';
}

/*لینکهای موجود در همان صفحه*/
a.mw-selflink {
    color: dimgrey;
    font-family: 'Iransansxv';
}