Difference between revisions of "MediaWiki:Monobook.css"

From AetoliaWiki
Jump to navigation Jump to search
Line 3: Line 3:
}
}


@font-face {                        /* Adds support for the Bebas Neue font for user badges. */
@font-face {                        /* Adds support for the DIN font for user badges. */
     font-family: Bebas Neue;
     font-family: Din;
     src: url('http://dl.dropbox.com/u/15439542/WebFonts/BebasNeue.otf');
     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');
}