Skip to content

Commit 9d5c217

Browse files
authored
Updated fonts.md (#440)
1 parent b1e3cb6 commit 9d5c217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cookbook/fonts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Support for [variable fonts](https://developer.mozilla.org/en-US/docs/Web/CSS/CS
6767

6868
However, to use variable fonts, you can create static instances at specific weights using [fonttools](https://pypi.org/project/fonttools/), e.g.:
6969

70-
```bash
71-
fonttools varLib.mutator ./YourVariableFont-VF.ttf wght=140 wdth=85
72-
```
70+
```bash
71+
fonttools varLib.mutator ./YourVariableFont-VF.ttf wght=140 wdth=85
72+
```
7373

7474
To explore available font features (e.g. possible options for `wght`) use [Wakamai Fondue](https://wakamaifondue.com/beta/) online tool.
7575

0 commit comments

Comments
 (0)