MediaWiki:Common.css: Difference between revisions
Appearance
![]() Cdjensen94 (talk | contribs) |
![]() Cdjensen94 (talk | contribs) |
||
Line 52: | Line 52: | ||
#toc h2 { | #toc h2 { | ||
font-family: ' | font-family: 'Uncial Antiqua', cursive !important; | ||
} | } | ||
.mw-changeslist-legend h2 { | .mw-changeslist-legend h2 { | ||
font-family: ' | font-family: 'Uncial Antiqua', cursive !important; | ||
} | } | ||
/* ===== UI Elements Still Use Custom Font ===== */ | /* ===== UI Elements Still Use Custom Font ===== */ | ||
Line 61: | Line 61: | ||
.wikiEditor-ui-toolbar .group .tool a, | .wikiEditor-ui-toolbar .group .tool a, | ||
.wikiEditor-ui-dialog { | .wikiEditor-ui-dialog { | ||
font-family: ' | font-family: 'Goudy Bookletter 1911', serif !important; /* Keep custom font for UI */ | ||
} | } | ||
/* ===== Ace Editor Base Styling ===== */ | /* ===== Ace Editor Base Styling ===== */ | ||
Line 79: | Line 79: | ||
/* Infobox Title */ | /* Infobox Title */ | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
font-family: ' | font-family: 'Uncial Antiqua' !important; | ||
} | } | ||
h3.pi-data-label { | h3.pi-data-label { | ||
font-family: ' | font-family: 'Goudy Bookletter 1911' !important; | ||
} | } | ||