MediaWiki:Mobile.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the mobile site: →Infobox template style: .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f..." |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
@font-face { | |||
font-family: "DrSlab"; | |||
src: url("https://bfr.rectangle.zone/subwikifiles/bfr/images/1/17/Drslab-base-webfont.woff") format("woff"); | |||
} | |||
.drslab { | |||
font-family: "DrSlab"; | |||
} | |||
.mw-body h1 { | |||
font-family: "DrSlab"; | |||
font-size: 2.2em; | |||
} | |||
/* Infobox template style */ | /* Infobox template style */ |