MediaWiki:Common.css: Difference between revisions

From ThinkServer
Try WOFF font
Tag: Reverted
Try adding important
Tag: Reverted
Line 4: Line 4:


@font-face {
@font-face {
   font-family: "Interstate Regular";
   font-family: "Interstate Regular" !important;
   src: url('../fonts/interstate-regular.woff') format('woff');
   src: url('../fonts/interstate-regular.woff') format('woff');
}
}

Revision as of 01:02, 7 July 2024

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

@font-face {
  font-family: "Interstate Regular" !important;
  src: url('../fonts/interstate-regular.woff') format('woff');
}