MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
background-image: url(/images/bg.png); | background-image: url(/images/bg.png); | ||
background-size: cover; | background-size: cover; | ||
font: "BarlowCondensed-Medium"; | font-family: "BarlowCondensed-Medium", sans-serif; | ||
} | } | ||
@font-face { | @font-face { |
Revision as of 06:33, 13 November 2024
/* CSS placed here will be applied to all skins */ body { background-image: url(/images/bg.png); background-size: cover; font-family: "BarlowCondensed-Medium", sans-serif; } @font-face { font-family: "BarlowCondensed-Medium"; src: url(/BarlowCondensed-Medium); }