MediaWiki:Common.css: Difference between revisions

From Shmooblesworld Wiki
No edit summary
No edit summary
Line 3: Line 3:
body {
body {
     color: #5a7425;
     color: #5a7425;
     font-size: 12px;
     font-size: 15px;
     font-family: 'chalkboard', sans-serif; /* Updated font-family */
     font-family: 'chalkboard', sans-serif; /* Updated font-family */
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'chalkboard', sans-serif; /* Change header fonts */
}
}

Revision as of 18:05, 18 September 2024

@import url('https://fonts.cdnfonts.com/css/chalkboard');

body {
    color: #5a7425;
    font-size: 15px;
    font-family: 'chalkboard', sans-serif; /* Updated font-family */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'chalkboard', sans-serif; /* Change header fonts */
}