Browse Source

Include the font in the Sass.

Taylor Otwell 7 years ago
parent
commit
3f5da4fb76
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/assets/sass/app.scss

+ 2 - 0
resources/assets/sass/app.scss

@@ -1,3 +1,5 @@
 
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
+
 @import "variables";
 @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";