Line 7: | Line 7: | ||
@font-face { | @font-face { | ||
font-family:"Quicksand"; | font-family:"Quicksand"; | ||
− | + | src: url('https://fonts.googleapis.com/css?family=Quicksand'); | |
} | } | ||
Line 15: | Line 15: | ||
* { | * { | ||
line-height: 2.6; | line-height: 2.6; | ||
+ | font-family: Quicksand, sans-serif; | ||
} | } | ||
#top_title { | #top_title { | ||
Line 35: | Line 36: | ||
padding-left: 30px; | padding-left: 30px; | ||
padding-right: 30px; | padding-right: 30px; | ||
− | |||
} | } | ||
Line 50: | Line 50: | ||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||
z-index: 1; | z-index: 1; | ||
− | |||
} | } | ||
Line 76: | Line 75: | ||
.top { | .top { | ||
background-color:#FFCC00; | background-color:#FFCC00; | ||
− | + | font-family: Quicksand, sans-serif; | |
} | } | ||
Revision as of 23:39, 16 October 2018