MediaWiki:Common.css: Difference between revisions
Created page with "body { color: #5a7425; font-size: 12px; font-family: "Courier New"; }" |
No edit summary |
||
Line 1: | Line 1: | ||
body { color: #5a7425; font-size: 12px; font-family: | @import url('https://fonts.cdnfonts.com/css/chalkboard'); | ||
body { | |||
color: #5a7425; | |||
font-size: 12px; | |||
font-family: 'chalkboard', sans-serif; /* Updated font-family */ | |||
} |
Revision as of 18:02, 18 September 2024
@import url('https://fonts.cdnfonts.com/css/chalkboard'); body { color: #5a7425; font-size: 12px; font-family: 'chalkboard', sans-serif; /* Updated font-family */ }