MediaWiki:Common.css: Difference between revisions

From Shmooblesworld Wiki
No edit summary
No edit summary
Line 4: Line 4:
     color: #5a7425;
     color: #5a7425;
     font-size: 18px;
     font-size: 18px;
     font-family: 'chalkboard', sans-serif; /* Updated font-family */
     font-family: 'chalkboard', sans-serif; /* Set body font */
}
}


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

Revision as of 18:10, 18 September 2024

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

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

* {
    font-family: 'chalkboard', sans-serif; /* Apply Chalkboard font to all elements */
}