Toggle menu
524
1.5K
105
22.6K
Epithet Erased Wiki
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
No edit summary
No edit summary
Line 2: Line 2:
{ box-sizing: border-box;
{ box-sizing: border-box;
   font-family: "ct_font_swung_note";}
   font-family: "ct_font_swung_note";}
 
#siteSub{ display: none !important; }
    
    
@font-face {
@font-face {
Line 8: Line 10:
     font-weight: 400;
     font-weight: 400;
     src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
     src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
}
#sitesub
{
display: none;
}
}

Revision as of 17:55, 17 June 2024

#firstHeading
{ box-sizing: border-box;
  font-family: "ct_font_swung_note";}
  
#siteSub{ display: none !important; }
  
@font-face {
    font-family: ct_font_swung_note;
    font-style: normal;
    font-weight: 400;
    src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
}