Toggle menu
526
1.5K
107
22.7K
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
 
(3 intermediate revisions by the same user not shown)
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; }
#toc{
float: left;
}
    
    
@font-face {
@font-face {
     font-family: ct_font_swung_note;
     font-family: ct_font_swung_note;
     font-style: normal;
     font-style: normal;
     font-weight: 400;
     font-weight: normal;
     src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
     src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
}
}

Latest revision as of 21:53, 17 June 2024

#firstHeading
{ box-sizing: border-box;
  font-family: "ct_font_swung_note";}
  
#siteSub{ display: none !important; }

#toc{
	float: left;
}
  
@font-face {
    font-family: ct_font_swung_note;
    font-style: normal;
    font-weight: normal;
    src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
}