Line 2: | Line 2: | ||
<head> | <head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Lato:700|Open+Sans:700" rel="stylesheet"> | ||
</head> | </head> | ||
Line 7: | Line 8: | ||
<style> | <style> | ||
+ | body { | ||
+ | font-family: font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | } | ||
#content { | #content { | ||
Line 35: | Line 42: | ||
width: 50px; | width: 50px; | ||
} | } | ||
− | + | .top-bar { | |
+ | position: fixed; | ||
+ | } | ||
+ | body { | ||
+ | padding-top: 50px; | ||
+ | } | ||
Revision as of 18:48, 19 July 2016