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=Martel);
+
@import url(http://fonts.googleapis.com/css?family=Halant);
  
 
.mw-body h1, .mw-body h2 {
 
.mw-body h1, .mw-body h2 {
   font-family:'Martel', serif;
+
   font-family:'Halant', serif;
 
}
 
}

Revision as of 11:50, 6 August 2015

/* CSS playground of Erik van den Berge*/


@import url(http://fonts.googleapis.com/css?family=Halant);

.mw-body h1, .mw-body h2 {
  font-family:'Halant', serif;
}