Difference between revisions of "MediaWiki:Common.css"
From SNIPER Systems
(Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Cairo:400,700'); body { font-family: 'Cairo', sans-serif; } div#conten...") |
(No difference)
|
Revision as of 08:59, 29 January 2019
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Cairo:400,700');
body {
font-family: 'Cairo', sans-serif;
}
div#content h1, div#content h2 {
font-family: 'Cairo', sans-serif;
}