aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html3
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>