"میڈیاویکی:Common.css" کے نسخوں کے درمیان فرق
نعت کائنات سے
Jump to navigationJump to search
کوئی خلاصۂ ترمیم نہیں |
کوئی خلاصۂ ترمیم نہیں |
||
| سطر 1: | سطر 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@font-face { | @font-face { | ||
font-family: 'Jameel Noori Nastaleeq'; | font-family: 'Jameel Noori Nastaleeq'; | ||
src: url('path-to-font-file.ttf'); | src: url('path-to-font-file.ttf'); | ||
} | } | ||
| سطر 11: | سطر 9: | ||
body { | body { | ||
font-family: 'Jameel Noori Nastaleeq', sans-serif; | font-family: 'Jameel Noori Nastaleeq', sans-serif; | ||
font-size: 24px !important; /* Font size properly applied */ | |||
} | } | ||
نسخہ بمطابق 17:45، 12 جون 2025ء
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Jameel Noori Nastaleeq';
src: url('path-to-font-file.ttf');
}
body {
font-family: 'Jameel Noori Nastaleeq', sans-serif;
font-size: 24px !important; /* Font size properly applied */
}
h1, h2, h3, h4 {
color: green;
}
#ca-talk {
display: none !important;
}