MediaWiki:Mobile.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
@font-face {
  font-family: Tico;
  src: url('fonts/Tico/font.woff') format('woff'),
      url('fonts/Tico/font.woff2') format('woff2');
}
.branding-box {
.branding-box {
   font-family: Tico;
   font-family: Tico;

Revision as of 23:52, 21 February 2022

/* All CSS here will be loaded for users of the mobile site */
@font-face {
  font-family: Tico;
  src: url('fonts/Tico/font.woff') format('woff'),
       url('fonts/Tico/font.woff2') format('woff2');
}

.branding-box {
  font-family: Tico;
  text-transform: uppercase;
  font-weight: bold;
}