Browse Source

Use Lato font

master
Brett Langdon 8 years ago
parent
commit
68c594a35c
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      index.html

+ 2
- 0
index.html View File

@ -5,7 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brett and Kate's wedding</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.1/css/bulma.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<style>
html, body, * { font-family: 'Lato', sans-serif; }
.hero-body { background-image: url('background.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: 0% 50% }
@media screen and (max-width: 900px) { .hero-body { background-position: 50% 50%; } }
@media screen and (max-width: 600px) { .hero-body { background-position: 65% 50%; } }


Loading…
Cancel
Save