Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: 'myriad'; src: url('BTC/Fonts/MYRIADPRO-REGULAR.OTF'); →IE9 Compat Modes: } body { font...") |
|||
Line 7: | Line 7: | ||
body { | body { | ||
font-family: 'myriad'; | font-family: 'myriad'; | ||
+ | } | ||
+ | |||
+ | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
+ | font-family: 'myriad'; | ||
} | } |
Revision as of 11:47, 21 April 2020
/* CSS placed here will be applied to all skins */ @font-face { font-family: 'myriad'; src: url('BTC/Fonts/MYRIADPRO-REGULAR.OTF'); /* IE9 Compat Modes */ } body { font-family: 'myriad'; } .mw-body h1, .mw-body-content h1, .mw-body-content h2 { font-family: 'myriad'; }