مدیاویکی:Timeless.css: تفاوت میان نسخهها
از Libra KDR
(صفحهای تازه حاوی «←All CSS here will be loaded for users of the Timeless skin: @font-face { font-family: "dana"; src: url("/skins/Timeless/resources/font/dana-fanum-mediumitalic.woff") format("woff2"), url("/skins/Timeless/resources/font/dana-fanum-medium.woff2") format("woff"); } body{ font-family: dana }» ایجاد کرد) |
بدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
@font-face { | @font-face { | ||
font-family: | font-family: 'dana'; | ||
src: url( | src: url('https://ilsdoc.yecomsoft.com/skins/Timeless/resources/font/dana-fanum-mediumitalic.woff2') format('woff2'), | ||
url( | url('https://ilsdoc.yecomsoft.com/skins/Timeless/resources/font/dana-fanum-medium.woff') format('woff'); | ||
} | } | ||
body{ | body{ | ||
font-family: dana | font-family: dana | ||
} | } | ||
نسخهٔ ۳۱ اوت ۲۰۲۲، ساعت ۰۶:۵۰
/* All CSS here will be loaded for users of the Timeless skin */
@font-face {
font-family: 'dana';
src: url('https://ilsdoc.yecomsoft.com/skins/Timeless/resources/font/dana-fanum-mediumitalic.woff2') format('woff2'),
url('https://ilsdoc.yecomsoft.com/skins/Timeless/resources/font/dana-fanum-medium.woff') format('woff');
}
body{
font-family: dana
}