MediaWiki:Common.css: Difference between revisions

From Paradiso
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=Libre+Caslon+Text:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


body,
body,
Line 9: Line 10:
/* Headings */
/* Headings */
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     font-family: 'Libre Caslon Text', sans-serif !important;
     font-family: 'Inter', sans-serif !important;
}
}

Revision as of 13:53, 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');
@import url('https://fonts.googleapis.com/css2?family=Inter: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: 'Inter', sans-serif !important;
}