No edit summary |
No edit summary Tag: Reverted |
||
Line 6: | Line 6: | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
font-weight: bold; | 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; | |||
} | |||
/* If you want to target only the sidebar links */ | |||
#mw-panel .vector-menu-content { | |||
font-family: 'Orbitron', sans-serif; | |||
} | } |
Revision as of 03:39, 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; } /* If you want to target only the sidebar links */ #mw-panel .vector-menu-content { font-family: 'Orbitron', sans-serif; }