Fix font weight

This commit is contained in:
Daniel Flanagan 2020-11-04 14:27:19 -06:00
parent 4df3f4c457
commit a582648faa
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
description: ""
title: The Only Good Thing About YAML: Anchors, Aliases, and Extend
description: "A description"
title: 'The Only Good Thing About YAML: Anchors, Aliases, and Extend'
draft: true
---

View File

@ -131,7 +131,7 @@ body {
background-color: #111;
color: #fff;
font-family: system-ui;
font-weight: 300;
font-weight: 500;
font-size: 1rem;
}