Skip to content

Commit 9e86107

Browse files
committed
Try to fix heroku broken pipe.
1 parent 47de961 commit 9e86107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/application.css.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Without protocol because we don't to mess with http(s) mixed content
2-
@import url('//fonts.googleapis.com/css?family=Lato:400,700,400italic')
3-
@import url('//fonts.googleapis.com/css?family=Arvo:400,700')
2+
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic')
3+
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700')
44

55
@import compass/reset
66
@import compass/utilities

0 commit comments

Comments
 (0)