Difference between revisions of "User:E.vandenberge/common.css"

From TSG Doc
Jump to navigation Jump to search
Line 2: Line 2:
  
 
@import url(http://fonts.googleapis.com/css?family=Oxygen);
 
@import url(http://fonts.googleapis.com/css?family=Oxygen);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300);
+
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
  
 
body {font-family: 'Oxygen', sans-serif;}
 
body {font-family: 'Oxygen', sans-serif;}
 
.mw-body h1, .mw-body h2 {font-family: 'Roboto Slab', serif;}
 
.mw-body h1, .mw-body h2 {font-family: 'Roboto Slab', serif;}

Revision as of 10:01, 5 August 2015

/* CSS playground of Erik van den Berge*/

@import url(http://fonts.googleapis.com/css?family=Oxygen);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

body {font-family: 'Oxygen', sans-serif;}
.mw-body h1, .mw-body h2 {font-family: 'Roboto Slab', serif;}