DansFriend (talk | contribs) (Removing mobile specific stuff.) |
DansFriend (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@font-face { | |||
font-family: Tico; | |||
src: url('fonts/Tico/font.woff') format('woff'), | |||
url('fonts/Tico/font.woff2') format('woff2'); | |||
} | |||
.mw-logo { | .mw-logo { | ||
font-family: | font-family: Tico; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } |
Revision as of 23:35, 21 February 2022
/* CSS placed here will be applied to all skins */ @font-face { font-family: Tico; src: url('fonts/Tico/font.woff') format('woff'), url('fonts/Tico/font.woff2') format('woff2'); } .mw-logo { font-family: Tico; text-transform: uppercase; }