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'); | ||
body | body { | ||
font-family: Rubik; | font-family: 'Rubik'; | ||
} | |||
#content h1, #content h2, #content h3, #content h4, #content h5 { | |||
font-family: 'Rubik', sans-serif !important; | |||
} | } | ||