MediaWiki:Common.css: Difference between revisions

From ThinkServer
Added local
Tag: Reverted
Try URL
Tag: Reverted
Line 5: Line 5:
@font-face {
@font-face {
   font-family: Interstate Regular;
   font-family: Interstate Regular;
   src: local ("Interstate Regular"),
   src: url('https://thinkserver.freddythechick.net/fonts/INTERR.ttf') format('truetype');
url('fonts/INTERR.ttf') format('truetype');
}
}

Revision as of 00:51, 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;
  src: url('https://thinkserver.freddythechick.net/fonts/INTERR.ttf') format('truetype');
}