MediaWiki:Common.css: Difference between revisions
Appearance
add custom logo handling |
m tweak font path |
||
Line 3: | Line 3: | ||
@font-face { | @font-face { | ||
font-family: "Neverwinter"; | font-family: "Neverwinter"; | ||
src: url("/ | src: url("https://forum.nwnarelith.com/styles/pycode/theme/Neverwinter.otf") format("opentype"); | ||
} | } | ||
Revision as of 21:29, 20 February 2025
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Neverwinter"; src: url("https://forum.nwnarelith.com/styles/pycode/theme/Neverwinter.otf") format("opentype"); } @media all { .mw-logo-wordmark { font-family: "Neverwinter", "Open Sans", serif; color: var(--color-base,#202122); } .mw-logo-icon { display: none; } }