MediaWiki:Common.css: Difference between revisions
From AbhiprayaVedi
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* Base Typography */ | |||
/* | |||
:lang(en) { | :lang(en) { | ||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; | ||
| Line 9: | Line 7: | ||
font-family: 'Manjari', 'Meera', 'Rachana', 'AnjaliOldLipi', 'Noto Sans Malayalam', sans-serif; | font-family: 'Manjari', 'Meera', 'Rachana', 'AnjaliOldLipi', 'Noto Sans Malayalam', sans-serif; | ||
line-height: 1.75; | line-height: 1.75; | ||
} | } | ||
/* Global minor tweaks only */ | |||
body { | |||
line-height: 1.7; | |||
} | } | ||
/* | /* Optional: Hide top action tabs for anonymous users later */ | ||
Revision as of 16:58, 27 May 2026
/* Base Typography */
:lang(en) {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
:lang(ml) {
font-family: 'Manjari', 'Meera', 'Rachana', 'AnjaliOldLipi', 'Noto Sans Malayalam', sans-serif;
line-height: 1.75;
}
/* Global minor tweaks only */
body {
line-height: 1.7;
}
/* Optional: Hide top action tabs for anonymous users later */