MediaWiki:Vector.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the Vector skin: @import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&display=swap'); @font-face { font-family: 'EasyCo'; src: url("/images/font/edco.otf") format("opentype"), url("/images/font/edco.ttf") format("truetype"), url("/images/font/edco.woff") format("woff"), url("/images/font/edco.woff2") format("woff2"); } body { font-smooth: never; image-rendering: pixelated; } .mw-..." |
Replaced content with "→All CSS here will be loaded for users of the Vector skin: " Tag: Replaced |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||