Browse Source

Merge pull request #4727 from Advaith3600/patch-1

Changed font to new one
Taylor Otwell 5 years ago
parent
commit
e124fc5f12
1 changed files with 3 additions and 3 deletions
  1. 3 3
      resources/views/welcome.blade.php

+ 3 - 3
resources/views/welcome.blade.php

@@ -8,15 +8,15 @@
         <title>Laravel</title>
 
         <!-- Fonts -->
-        <link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
+        <link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet" type="text/css">
 
         <!-- Styles -->
         <style>
             html, body {
                 background-color: #fff;
                 color: #636b6f;
-                font-family: 'Raleway', sans-serif;
-                font-weight: 100;
+                font-family: 'Nunito', sans-serif;
+                font-weight: 200;
                 height: 100vh;
                 margin: 0;
             }