feat: adding some fonts

This commit is contained in:
Patrick Kollitsch 2020-09-25 21:02:02 +07:00
parent 74fa848539
commit ebe5d18663
No known key found for this signature in database
GPG Key ID: 22E2ACCFF7E3174A
1 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,18 @@
<!-- Blocks may include default content. -->
{{ .Site.Title }}
{{ end }}</title>
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@200;900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Exo 2', sans-serif;
font-weight: 200;
}
h1, h2, h3, h4, h5, h6, strong {
font-weight: 900;
}
</style>
</head>
<body>
<!-- Code that all your templates share, like a header -->