diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-06-24 03:55:40 +0000 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-06-24 03:55:40 +0000 |
| commit | c4f6ae4ec8eb73d5a02742e1970567b30befde93 (patch) | |
| tree | 90b3d9ae3d6111d34e9abd617afb9fd9e0071d77 /static/css/project.css | |
| parent | rsync and add deps (diff) | |
| download | lumberjaph-c4f6ae4ec8eb73d5a02742e1970567b30befde93.tar.gz | |
load external components without specifying the scheme
Diffstat (limited to '')
| -rw-r--r-- | static/css/project.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
