Difference between revisions of "MediaWiki:Common.css"

From Formula Rejects Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
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: '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{
 
    font-family: 'exoregular';
 
}
 

Latest revision as of 14:40, 4 April 2014

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