MediaWiki:Common.css: Difference between revisions

subtler violet-subtle
new fonts :D
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* light mode */
/* light mode */
Line 88: Line 90:


.mw-logo-wordmark {
.mw-logo-wordmark {
     font-size: 1.5rem;
font-family: 'EB Garamond', serif;
font-weight: 800;
     font-size: 2rem;
     color: var(--vw-accent);
     color: var(--vw-accent);
}
}
body {
font-family: "Public Sans", sans-serif;
}
h1, h2 {
font-family: 'EB Garamond', serif;
}