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 1: Line 1:
body {
#firstHeading
   background-color: #4B0082;
{ box-sizing: border-box;
   font-family: "ct_font_swung_note";}
 
@font-face {
    font-family: ct_font_swung_note;
    font-style: normal;
    font-weight: 400;
    src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
}
}

Revision as of 16:54, 17 June 2024

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