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'); ...")
(No difference)

Revision as of 21:53, 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;

}

html{
    font-family: 'exoregular';
}