MediaWiki:Common.css: Difference between revisions
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=Pixelify+Sans:[email protected]&display=swap'); | |||
body { | body { | ||
font-smooth: never; | font-smooth: never; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
font-family: "Pixelify Sans"; | |||
} | } | ||