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&display=swap'); | |||
.mw-headline { | .mw-headline { | ||
font-family: Sans-Serif; | font-family: Sans-Serif; | ||
Line 32: | Line 34: | ||
border: none !important; | border: none !important; | ||
background-color: #fff; | background-color: #fff; | ||
font-family: 'Roboto Mono', monospace; | |||
} | } | ||
edits