MediaWiki:Common.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
(Removing mobile specific stuff.)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
  font-family: Tico;
  src: url('fonts/Tico/font.woff') format('woff'),
      url('fonts/Tico/font.woff2') format('woff2');
}
.mw-logo {
.mw-logo {
   font-family: Ticonderoga;
   font-family: Tico;
   text-transform: uppercase;
   text-transform: uppercase;
}
}

Revision as of 23:35, 21 February 2022

/* CSS placed here will be applied to all skins */

@font-face {
  font-family: Tico;
  src: url('fonts/Tico/font.woff') format('woff'),
       url('fonts/Tico/font.woff2') format('woff2');
}

.mw-logo {
  font-family: Tico;
  text-transform: uppercase;
}