diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-05 01:00:13 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-05 01:41:15 +0200 |
| commit | b3faef4b80a674294091066e20501e3a5d0f6103 (patch) | |
| tree | 0fac232cc0800f584a1ab8dffd2c54a7220ba18d /README.md | |
| parent | 205b9f3f2513d15406c47273ca035272db515490 (diff) | |
Bump versionv0.1.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -137,12 +137,13 @@ compilation. typst watch file.typ ``` -You can also add custom font paths for your project and list all of the discovered fonts: +Typst further allows you to add custom font paths for your project and list all +of the fonts it discovered: ```sh # Adds additional directories to search for fonts. typst --font-path path/to/fonts compile file.typ -# Lists all of the discovered fonts. +# Lists all of the discovered fonts in the system and the given directory. typst --font-path path/to/fonts fonts ``` |
