|
@@ -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:
|
|
|
color:
|
|
|
- font-family: 'Raleway', sans-serif;
|
|
|
- font-weight: 100;
|
|
|
+ font-family: 'Nunito', sans-serif;
|
|
|
+ font-weight: 200;
|
|
|
height: 100vh;
|
|
|
margin: 0;
|
|
|
}
|