Fix font import
diff --git a/index.html b/index.html
index ff9b887..28d3b44 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
- <link href="https:" fonts.googleapis.com css?family="Comfortaa:400,700,300" rel="stylesheet">
+ <link href=https://fonts.googleapis.com/css?family=Comfortaa:400,700,300 rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/styles_filter.css">
<script src="js/modernizr.js"></script>