Skip to content

Instantly share code, notes, and snippets.

@lbvf50mobile
Created July 11, 2017 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbvf50mobile/3f837cb54bfdd186e59f631ee47f1289 to your computer and use it in GitHub Desktop.
Save lbvf50mobile/3f837cb54bfdd186e59f631ee47f1289 to your computer and use it in GitHub Desktop.
fix atlas-free-responsive-parallax-html5
<!-- remove this lines --!>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,500,600,700,800,300' rel='stylesheet' type='text/css'>
# add this lines
@import url(//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,300);
@import url(//fonts.googleapis.com/css?family=Oswald:400,500,600,700,800,300);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment