MediaWiki:Common.css: Difference between revisions

From Paradiso
Jump to navigation Jump to search
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Import a font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');


* {font-family: 'Trocchi'}
body,
.mw-body {
    font-family: 'Noto Serif', serif !important;
}
 
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif !important;
}

Latest revision as of 13:58, 12 April 2025

/* Import a font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

body,
.mw-body {
    font-family: 'Noto Serif', serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif !important;
}