diff --git a/public/css/app.css b/public/css/app.css index 027c7ea..3bc7e18 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8"; +@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Raleway:100,600);@charset "UTF-8"; /*! * Bootstrap v4.4.1 (https://getbootstrap.com/) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 9e3b214..2b4b547 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -1,5 +1,6 @@ // Fonts @import url('https://fonts.googleapis.com/css?family=Nunito'); +@import url('https://fonts.googleapis.com/css?family=Raleway:100,600'); // Variables @import 'variables'; diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 11d52c1..b64a279 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -8,7 +8,7 @@