MediaWiki:Common.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) |
Cdjensen94 (talk | contribs) |
||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Goudy+Bookletter+1911&family=Metamorphous&family=Modern+Antiqua&family=Uncial+Antiqua&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Goudy+Bookletter+1911&family=Metamorphous&family=Modern+Antiqua&family=Uncial+Antiqua&display=swap'); | ||
@font-face { | |||
font-family: 'Goudy Mediaeval Regular'; | |||
src: url('https://continuum-universes.com/images/7/7f/GoudyMediaeval-Regular.woff2') format('woff2'), | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'Goudy Mediaeval Alternative'; | |||
src: url('https://continuum-universes.com/images/4/43/GoudyMedieval-Alternate.woff2') format('woff2'), | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
.bona-nova-regular { | .bona-nova-regular { | ||
font-family: "Bona Nova", serif; | font-family: "Bona Nova", serif; | ||
| Line 45: | Line 58: | ||
/* ===== Global Styles ===== */ | /* ===== Global Styles ===== */ | ||
body { | body { | ||
font-family: ' | font-family: 'Goudy Mediaeval Regular', serif !important; | ||
} | } | ||
pre, code { /* Internal spacing */ | pre, code { /* Internal spacing */ | ||