MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to 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 edit summary |
||
Line 13: | Line 13: | ||
} | } | ||
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'; }