Skip to content

Commit 637a5f5

Browse files
committed
Mention fonts installation
1 parent b12c713 commit 637a5f5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,17 @@ pipx ensurepath
3131
```
3232

3333
- For PDF compression, install [Ghostscript](https://www.ghostscript.com/):
34+
3435
```bash
3536
sudo apt install ghostscript
3637
```
3738

39+
- If you want to embed particular fonts, they need to be installed. For example for
40+
[Roboto fonts](https://fonts.google.com/specimen/Roboto):
41+
```bash
42+
sudo apt install fonts-roboto
43+
```
44+
3845
### Basic Usage
3946

4047
1. Create your document design in an SVG editor

0 commit comments

Comments
 (0)