diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 20:23:17 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 20:23:17 -0400 |
| commit | 61d30116bc86a3d2c5ef6f1e5f9858770a6bf61b (patch) | |
| tree | 806e4a1fb813105f5763fa005f1d3091144eb08c /templates | |
| parent | 280b4e611231a497d090fffc3796d1d3e13814e4 (diff) | |
| download | wedding-website-61d30116bc86a3d2c5ef6f1e5f9858770a6bf61b.tar.gz | |
forgot to update the layout with google fonts
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/layout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index f8ac3b9..a5837b5 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -5,7 +5,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> - <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> + <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> + <link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"> <link href="{{url_for('static',filename='wedding.css')}}" rel="stylesheet"> <link rel="icon" type="image/jpg" href="{{url_for('static',filename='favicon.jpg')}}"> </head> |
