MediaWiki:Common.css: Difference between revisions
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; /* | font-family: 'chalkboard', sans-serif; /* Set body font */ | ||
} | } | ||
* { | |||
font-family: 'chalkboard', sans-serif; /* | 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 */ }