diff --git a/views/layout.jade b/views/layout.jade index 94c58bd..9efbf4f 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -10,8 +10,8 @@ html link(rel='stylesheet', href='//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css') - link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Alegreya Sans SC") - link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Montserrat") + link(rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Alegreya Sans SC") + link(rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Montserrat") script(src='//code.jquery.com/jquery-2.1.4.min.js')