773
edits
DansFriend (talk | contribs) mNo edit summary |
DansFriend (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
@font-face { | |||
font-family: Newtown; | |||
src: url('fonts/Newtown/NEWTOW__.woff') format('woff'), | |||
url('fonts/Newtown/NEWTOW__.woff2') format('woff2'); | |||
} | |||
.minerva-header .branding-box { | |||
font-family: Newtown; | |||
text-transform: lowercase; | |||
} | |||
/* Navbox stuff */ | /* Navbox stuff */ | ||
.content .vertical-navbox, .content .navbox { | .content .vertical-navbox, .content .navbox { |