Allow for both http and https URIs
diff --git a/static/css/style.less b/static/css/style.less
index 360325a..97dfd11 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -7,7 +7,7 @@
 @blue: #0e94ec;
 @accent: @blue;
 
-@import (css) "http://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono";
+@import (css) "//fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono";
 @sans: 'Ubuntu', sans-serif;
 @mono: 'Ubuntu Mono', monospace;