MediaWiki:Common.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
m (Logo updates.)
mNo edit summary
Line 11: Line 11:
   font-family: Tico;
   font-family: Tico;
   text-transform: uppercase;
   text-transform: uppercase;
  font-weight: normal;
}
}



Revision as of 16:22, 15 March 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;
  font-weight: normal;
}

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