Skip to content

Commit e124fc5

Browse files
authored
Merge pull request laravel#4727 from Advaith3600/patch-1
Changed font to new one
2 parents 0d5c1c8 + 1d33fc0 commit e124fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/welcome.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<title>Laravel</title>
99

1010
<!-- Fonts -->
11-
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
11+
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet" type="text/css">
1212

1313
<!-- Styles -->
1414
<style>
1515
html, body {
1616
background-color: #fff;
1717
color: #636b6f;
18-
font-family: 'Raleway', sans-serif;
19-
font-weight: 100;
18+
font-family: 'Nunito', sans-serif;
19+
font-weight: 200;
2020
height: 100vh;
2121
margin: 0;
2222
}

0 commit comments

Comments
 (0)