MediaWiki:Common.css: Difference between revisions

From Formula Rejects Wiki
Jump to navigation Jump to search
No edit summary
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 {
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400);
    font-family: 'exoregular';
    src: url('http://www.formularejects.com/fonts/exo-regular-webfont.eot');
    src: url('http://www.formularejects.com/fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('http://www.formularejects.com/fonts/exo-regular-webfont.woff') format('woff'),
        url('http://www.formularejects.com/fonts/exo-regular-webfont.ttf') format('truetype'),
        url('http://www.formularejects.com/fonts/exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}


body{
body{
     font-family: 'exoregular';
     font-family: 'Titillium Web', sans-serif;
}
}

Revision as of 21:59, 22 March 2014

/* CSS placed here will be applied to all skins */

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400);

body{
    font-family: 'Titillium Web', sans-serif;
}