MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Import a font from Google Fonts */ | /* Import a font from Google Fonts */ | ||
@import url('https://fonts.googleapis.com/css2?family= | @import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&display=swap'); | ||
body, | body, | ||
.mw-body { | .mw-body { | ||
font-family: ' | font-family: 'Libre Caslon Text', sans-serif !important; | ||
} | } | ||
/* Headings */ | /* Headings */ | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
font-family: ' | font-family: 'Libre Caslon Text', sans-serif !important; | ||
} | } |
Revision as of 13:51, 12 April 2025
/* Import a font from Google Fonts */ @import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&display=swap'); body, .mw-body { font-family: 'Libre Caslon Text', sans-serif !important; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: 'Libre Caslon Text', sans-serif !important; }