MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-viewsource {display:none} | #ca-viewsource {display:none} | ||
body {overscroll-behavior-y: none;} | @import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap'); | ||
body { | |||
font-family: 'Archivo', sans-serif; | |||
overscroll-behavior-y: none; | |||
} |