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