Changed font to new one

Updated the font to Nuntio from Raleway
This commit is contained in:
Advaith
2018-08-14 18:32:21 +05:30
committed by GitHub
parent 0d5c1c81ff
commit 1d33fc07bf

View File

@@ -8,15 +8,15 @@
<title>Laravel</title> <title>Laravel</title>
<!-- Fonts --> <!-- 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 --> <!-- Styles -->
<style> <style>
html, body { html, body {
background-color: #fff; background-color: #fff;
color: #636b6f; color: #636b6f;
font-family: 'Raleway', sans-serif; font-family: 'Nunito', sans-serif;
font-weight: 100; font-weight: 200;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
} }