No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
.citizen-body .image:hover > img { | .citizen-body .image:hover > img { | ||
transform: scale( | transform: scale(1) !important; | ||
} | } | ||
.mw-wiki-title{ | .mw-wiki-title{ | ||
font-family: "ct_font_swung_note"; | font-family: "ct_font_swung_note"; | ||
} | |||
#footer-desc{ | |||
font-family: "ct_font_starbright"; | |||
} | } | ||
Line 17: | Line 21: | ||
src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype"); | src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype"); | ||
} | } | ||
@font-face{ | |||
font-family: ct_font_starbright; | |||
font-style: normal; | |||
font-weight: 400; | |||
src: url(https://epitheterasedwiki.com/StarBrightMoonLight-Regular.ttf) format("truetype"); | |||
} |
Revision as of 20:06, 17 June 2024
#siteSub { display: none !important; } .citizen-body .image:hover > img { transform: scale(1) !important; } .mw-wiki-title{ font-family: "ct_font_swung_note"; } #footer-desc{ font-family: "ct_font_starbright"; } @font-face { font-family: ct_font_swung_note; font-style: normal; font-weight: 400; src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype"); } @font-face{ font-family: ct_font_starbright; font-style: normal; font-weight: 400; src: url(https://epitheterasedwiki.com/StarBrightMoonLight-Regular.ttf) format("truetype"); }