Fix font weight
This commit is contained in:
parent
4df3f4c457
commit
a582648faa
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ body {
|
|||
background-color: #111;
|
||||
color: #fff;
|
||||
font-family: system-ui;
|
||||
font-weight: 300;
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue