MediaWiki:Common.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
No edit summary
m (Logo updates.)
Line 8: Line 8:


.mw-logo {
.mw-logo {
  color: black;
   font-family: Tico;
   font-family: Tico;
   text-transform: uppercase;
   text-transform: uppercase;
}
.mw-logo a:visited {
  color: black;
}
}

Revision as of 23:41, 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 {
  color: black;
  font-family: Tico;
  text-transform: uppercase;
}

.mw-logo a:visited {
  color: black;
}