Skip to content

Commit b699649

Browse files
Merge pull request #87 from CompileInc/patch-1
removing http:// hardcode on google fonts
2 parents 411eb1f + 019a258 commit b699649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: rest_framework_docs/static/rest_framework_docs/css/style.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rest_framework_docs/static/rest_framework_docs/less/style.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "node_modules/bootstrap/less/bootstrap";
22
@import "node_modules/bootswatch/flatly/variables.less";
33
@import "node_modules/font-awesome/less/font-awesome.less";
4-
@import url(http://fonts.googleapis.com/css?family=ABeeZee);
4+
@import url(//fonts.googleapis.com/css?family=ABeeZee);
55

66
/* @group Colours */
77

0 commit comments

Comments
 (0)