No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* Import Orbitron font from Google Fonts */ | /* Import Orbitron font from Google Fonts */ | ||
| Line 14: | Line 16: | ||
#mw-panel { | #mw-panel { | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
font-size: 14px; /* Adjust the font size if needed */ | |||
color: #333; /* Adjust the font color if needed */ | |||
} | } | ||
/* | /* Apply Orbitron font to the sidebar links */ | ||
#mw-panel .vector-menu-content { | #mw-panel .vector-menu-content a { | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
color: #000; /* Adjust the link color if needed */ | |||
} | } | ||
Revision as of 03:40, 19 May 2024
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');
.sci-fi-font {
font-family: 'Orbitron', sans-serif;
font-weight: bold;
}
/* Import Orbitron font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
/* Apply Orbitron font to the sidebar text */
#mw-panel {
font-family: 'Orbitron', sans-serif;
font-size: 14px; /* Adjust the font size if needed */
color: #333; /* Adjust the font color if needed */
}
/* Apply Orbitron font to the sidebar links */
#mw-panel .vector-menu-content a {
font-family: 'Orbitron', sans-serif;
color: #000; /* Adjust the link color if needed */
}