Line 7: | Line 7: | ||
font-family: "Lato", "Open Sans", sans-serif; | font-family: "Lato", "Open Sans", sans-serif; | ||
line-height: normal; | line-height: normal; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 180%; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 150%; | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 130%; | ||
+ | } | ||
+ | h5 { | ||
+ | font-size: 120%; | ||
+ | } | ||
+ | h6 { | ||
+ | font-size: 110%; | ||
} | } |
Revision as of 19:18, 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;
} h2 {
font-size: 180%;
} h3 {
font-size: 150%;
} h4 {
font-size: 130%;
} h5 {
font-size: 120%;
} h6 {
font-size: 110%;
}