We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12c713 commit 637a5f5Copy full SHA for 637a5f5
1 file changed
README.md
@@ -31,10 +31,17 @@ pipx ensurepath
31
```
32
33
- For PDF compression, install [Ghostscript](https://www.ghostscript.com/):
34
+
35
```bash
36
sudo apt install ghostscript
37
38
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
45
### Basic Usage
46
47
1. Create your document design in an SVG editor
0 commit comments