Skip to content

Commit daa2ef9

Browse files
committed
fix font import url
1 parent d5aa742 commit daa2ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/bootstrap_and_customization.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url(fonts.googleapis.com/css?family=Lato:400,700);
1+
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
22

33
$body-bg: white;
44
$font-family-sans-serif: 'Lato', 'Helvetica Neue', Helvetica, Arial,

0 commit comments

Comments
 (0)