2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url(http://fonts.googleapis.com/css?family=Abel); | |||
@import url(http://fonts.googleapis.com/css?family=Slackey|Bangers|Luckiest+Guy); | |||
pre { | |||
display: block; | |||
width: 600px | |||
font-family: 'Abel', 'Trebuchet MS', Verdana, Arial, Helvetica; | |||
font-size: 16px; | |||
} | |||
hi#firstHeading { | |||
font-family: 'Slackey', 'Trebuchet MS', Verdana, Arial, Helvetica; | |||
} | |||
div#bodyContent p { | div#bodyContent p { |