Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Aleo'); .firstHeading{ font-family: "Aleo", serif; } .mw-body-conten...") |
|||
Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css?family=Aleo'); | @import url('https://fonts.googleapis.com/css?family=Aleo'); | ||
− | .firstHeading{ | + | h1.firstHeading{ |
font-family: "Aleo", serif; | font-family: "Aleo", serif; | ||
} | } |
Revision as of 12:30, 4 February 2019
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css?family=Aleo'); h1.firstHeading{ font-family: "Aleo", serif; } .mw-body-content{ font-family: "Aleo", serif; }