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&family=Almendra:ital,wght@0,400;0,700;1,400;1,700&display=swap'); | ||
@font-face { | @font-face { | ||
Line 56: | Line 56: | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
.almendra-regular { | |||
font-family: "Almendra", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.almendra-bold { | |||
font-family: "Almendra", serif; | |||
font-weight: 700; | |||
font-style: normal; | |||
} | |||
.almendra-regular-italic { | |||
font-family: "Almendra", serif; | |||
font-weight: 400; | |||
font-style: italic; | |||
} | |||
.almendra-bold-italic { | |||
font-family: "Almendra", serif; | |||
font-weight: 700; | |||
font-style: italic; | |||
} | |||
/* ===== Global Styles ===== */ | /* ===== Global Styles ===== */ | ||
body { | body { | ||
font-family: ' | font-family: 'Almendra', serif !important; | ||
} | } | ||
pre, code { /* Internal spacing */ | pre, code { /* Internal spacing */ | ||
Line 96: | Line 120: | ||
h3.pi-data-label { | h3.pi-data-label { | ||
font-family: ' | font-family: 'Almendra' !important; | ||
} | } | ||
.oo-ui-labelElement, input { | .oo-ui-labelElement, input { | ||
font-family: ' | font-family: 'Almendra' !important; | ||
} | } | ||
a { | a { | ||
font-family: ' | font-family: 'Almendra'; | ||
} | } | ||
/* ===== Headers (Orange Variants) ===== */ | /* ===== Headers (Orange Variants) ===== */ |