Difference between revisions of "MediaWiki:Common.css"

From i2Rest
Jump to: navigation, search
(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...")
(No difference)

Revision as of 11:42, 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';
}