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

از Libra KDR
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۲: خط ۱۲:
font-style: normal;
font-style: normal;
font-display: swap;
font-display: swap;
font-weight: 10;
font-weight: 500;
}
}

نسخهٔ ‏۱۴ ژانویهٔ ۲۰۲۳، ساعت ۱۲:۴۸

/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
@font-face{
	src: url('/skins/Timeless/resources/Font/eot/dana-fanum-medium.eot');
	src: url('/skins/Timeless/resources/Font/eot/dana-fanum-medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('/skins/Timeless/resources/Font/woff2/dana-fanum-medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('/skins/Timeless/resources/Font/woff/dana-fanum-medium.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	}
	body{
	
	font-family: dana;
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	}