Difference between revisions of "MediaWiki:Common.css"

From Formula Rejects Wiki
Jump to: navigation, search
(Created page with "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'); ...")
 
Line 13: Line 13:
 
}
 
}
  
html{
+
body{
 
     font-family: 'exoregular';
 
     font-family: 'exoregular';
 
}
 
}

Revision as of 21:55, 22 March 2014

/* 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';
}