Difference between revisions of "Team:UCLA/core/customcss"

Line 5: Line 5:
 
}
 
}
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
   font-family: "Lato", "Open Sans", sans-serif
+
   font-family: "Lato", "Open Sans", sans-serif;
}
+
   line-height: normal;
body {
+
  font-family: "Open Sane", sans-serif
+
   font-size: 16px;
+
 
}
 
}

Revision as of 19:17, 19 July 2016

//HOMEPAGE

.homepage-links div {

 text-align: center;

} h1, h2, h3, h4, h5, h6 {

 font-family: "Lato", "Open Sans", sans-serif;
 line-height: normal;

}