6,834
edits
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 */ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); | |||
.mw-headline { | .mw-headline { | ||
Line 34: | Line 35: | ||
border: none !important; | border: none !important; | ||
background-color: #fff; | background-color: #fff; | ||
font-family: ' | font-family: 'Source Code Pro', monospace; | ||
} | } | ||
edits