Skip to content

Commit

Permalink
Fix syntax error on font import. Breaking @import in rails.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed1490 committed Jul 5, 2015
1 parent ac70ba9 commit 447b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/semantic-ui/globals/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Page
*******************************/

@import url()https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');
html,
body {
height: 100%;
Expand Down

0 comments on commit 447b369

Please sign in to comment.