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

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';
  
.text{
+
/* Replacement for body to reset specificity */
 +
#top_level_container{
 
  font-family: Lato;
 
  font-family: Lato;
 
}
 
}

Revision as of 13:58, 16 June 2016

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

/* Replacement for body to reset specificity */

  1. top_level_container{
font-family: Lato;

}

.title{

font-family: Baloo;

}