Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(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;
}