Skip to content

Commit

Permalink
Merge pull request #1 from Ckhatri/master
Browse files Browse the repository at this point in the history
Made the google fonts calls secure
  • Loading branch information
rohitdatta committed Aug 5, 2015
2 parents 61efc76 + f53a3ab commit 957389f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sass/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import 'vars';
@import 'mixins';
@import 'font-awesome.min.css';
@import url('http://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800');
@import url('http://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,800');
@import url('//fonts.googleapis.com/css?family=Raleway:400,400italic,700,800');
@import url('//fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,800');

/*
Highlights by HTML5 UP
Expand Down

0 comments on commit 957389f

Please sign in to comment.