summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_layouts/default.html2
-rw-r--r--static/css/project.css4
-rw-r--r--static/css/screen.css2
3 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index b5698f8..80fc4e7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -25,7 +25,7 @@
<link rel="stylesheet" href="/static/css/screen.css" type="text/css"/>
- <link rel="canonical" href="http://lumberjaph.net{{ page.url | replace:'index.html','' }}" />
+ <link rel="canonical" href="//lumberjaph.net{{ page.url | replace:'index.html','' }}" />
</head>
<body style>
diff --git a/static/css/project.css b/static/css/project.css
index 39514b9..5ea9656 100644
--- a/static/css/project.css
+++ b/static/css/project.css
@@ -1,5 +1,5 @@
-@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
-@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular);
+@import url(//fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
+@import url(//fonts.googleapis.com/css?family=Droid+Serif:regular);
body {
background-color: #bfbfbf;
color: #222;
diff --git a/static/css/screen.css b/static/css/screen.css
index 5397ec6..34c4ac8 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700);
+@import url(//fonts.googleapis.com/css?family=Merriweather:400,700);
html {
-webkit-text-size-adjust: 100%;