Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
} | } | ||
@font-face { /* Adds support for the | @font-face { /* Adds support for the DIN font for user badges. */ | ||
font-family: | font-family: Din; | ||
src: url('http://dl.dropbox.com/u/15439542/WebFonts/ | src: url('http://dl.dropbox.com/u/15439542/WebFonts/Din.ttf'); | ||
} | } |
Revision as of 21:32, 15 April 2012
.portlet h5 { /* Changes the navigation labels to title case. */ text-transform: capitalize; } @font-face { /* Adds support for the DIN font for user badges. */ font-family: Din; src: url('http://dl.dropbox.com/u/15439542/WebFonts/Din.ttf'); }