MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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');
}