Difference between revisions of "Team:Glasgow/main.css"

(Created page with "@import 'https://fonts.googleapis.com/css?family=Baloo|Lato&subset=latin-ext'; .title{ font-family: Baloo; } p{ font-family: Lato; }")
 
Line 1: Line 1:
 
@import 'https://fonts.googleapis.com/css?family=Baloo|Lato&subset=latin-ext';
 
@import 'https://fonts.googleapis.com/css?family=Baloo|Lato&subset=latin-ext';
  
.title{
+
body{
  font-family: Baloo;
+
  font-family: Lato;
 
}
 
}
  
p{
+
.title{
  font-family: Lato;
+
  font-family: Baloo;
 
}
 
}

Revision as of 13:33, 16 June 2016

@import 'https://fonts.googleapis.com/css?family=Baloo%7CLato&subset=latin-ext';

body{

font-family: Lato;

}

.title{

font-family: Baloo;

}