🍱 Changed fonts and default text size

This commit is contained in:
Maxim Lebedev 2018-04-30 01:11:08 +05:00
parent 7b085cb041
commit 663bf19758
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
1 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,14 @@ Good luck, and thanks again!
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/index.css?v=3">
<link href="https://fonts.googleapis.com/css?family=Pangolin" rel="stylesheet">
<style>
body {
font-family: 'Pangolin', Helvetica, Arial;
font-size: 20px !important;
}
</style>
</head>
<body>