مدیاویکی:Common.css: تفاوت میان نسخهها
جز
بدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش |
جزبدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
/* --------------------- Begin Font Style ----------------- */ | /* --------------------- Begin Font Style ----------------- */ | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Samim'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: 400; | font-weight: 400; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/Samim-FD.woff2') format('woff2'), | ||
url('/static/fonts/ | url('/static/fonts/Samim-FD.woff') format('woff'); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Samim'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: 500; | font-weight: 500; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/Samim-Medium-FD.woff2') format('woff2'), | ||
url('/static/fonts/ | url('/static/fonts/Samim-Medium-FD.woff') format('woff'); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Samim'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: 700; | font-weight: 700; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/Samim-Bold-FD.woff2') format('woff2'), | ||
url('/static/fonts/ | url('/static/fonts/Samim-Bold-FD.woff') format('woff'); | ||
} | } | ||
خط ۵۰: | خط ۴۲: | ||
body { | body { | ||
font-family: | font-family: Samim, 'Iranian Serif', 'Iranian Sans', Tahoma, 'Noto Serif', 'Droid Arabic Naskh', 'DejaVu Sans', serif !important; | ||
} | } | ||
خط ۵۷: | خط ۴۹: | ||
#content.mw-body #toc h2, #content.mw-body .toc h2, .vector-sticky-header-context-bar-primary, | #content.mw-body #toc h2, #content.mw-body .toc h2, .vector-sticky-header-context-bar-primary, | ||
#template-documentation, #documentation-meta-data{ | #template-documentation, #documentation-meta-data{ | ||
font-family: | font-family: Samim, 'Iranian Serif', 'Iranian Sans', Tahoma, 'Noto Serif', 'Droid Arabic Naskh', 'DejaVu Sans', serif !important; | ||
} | } | ||
textarea { | textarea { | ||
font-family: | font-family: Samim, 'Courier New', monospace; | ||
} | } | ||