MediaWiki:Common.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
@font-face { | @font-face { | ||
font-family: "BarlowCondensed-Medium"; | font-family: "BarlowCondensed-Medium"; | ||
src: url(/BarlowCondensed-Medium); | src: url(/BarlowCondensed-Medium.ttf); | ||
} | } |
Revision as of 06:34, 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.ttf); }