MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); | ||
/* Changes the font-family style of all content */ | |||
body #content h1, #content h2, #content h3, #content h4, #content h5 { | |||
#content h1, #content h2, #content h3, #content h4, #content h5 { | |||
font-family: 'Rubik', sans-serif !important; | font-family: 'Rubik', sans-serif !important; | ||
} | } | ||
/* Removes all default CSS icons */ | |||
#content a.external { | #content a.external { | ||
background: none !important; | background: none !important; |