Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Kanyshev <aerohub@users.noreply.github.com>2016-09-22 01:25:45 +0300
committerGitHub <noreply@github.com>2016-09-22 01:25:45 +0300
commit331c66584a9661b4fb9bce8b3367cfcfe7854178 (patch)
treeb443b6e28f7415f823e0fd1e6692981224b377b3
parent2db34ba020c52c36d9d7bf0c9572510b8b90ebb8 (diff)
Fix fonts import url
-rw-r--r--static/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/default.css b/static/css/default.css
index e68894b..795ce2d 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -1,5 +1,5 @@
/* General Demo Style */
-@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
+@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
html { height: 100%; }