Skip to content

Commit

Permalink
update docs (ref #585)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Aug 10, 2024
1 parent 2c7be0a commit ba1b6bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ You can also set family on root to overwrite all fonts.

```toml
[fonts]
family = "cascadiamono"
family = "cascadiacode"
```

You can also specify extra fonts to load:
Expand Down Expand Up @@ -283,22 +283,22 @@ size = 18
features = []

[fonts.regular]
family = "cascadiamono"
family = "cascadiacode"
style = "normal"
weight = 400

[fonts.bold]
family = "cascadiamono"
family = "cascadiacode"
style = "normal"
weight = 800

[fonts.italic]
family = "cascadiamono"
family = "cascadiacode"
style = "italic"
weight = 400

[fonts.bold-italic]
family = "cascadiamono"
family = "cascadiacode"
style = "italic"
weight = 800
```
Expand Down

0 comments on commit ba1b6bf

Please sign in to comment.