8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f79589 commit 7f8e428Copy full SHA for 7f8e428
readme.md
@@ -49,10 +49,10 @@ sudo apt install libnss3-dev libatk-bridge2.0-0 libcups2 libgtk-3-0 libgbm-dev f
49
50
Required version of `ffmpeg >=4.x` (Will be installed automatically in Ubuntu 20.04+, when in 18.04 it will be 3.x, which is not compatible)
51
52
-If you are using custom changable texts, please make sure you have all fonts installed which you use:
+If you are using custom changable texts, please make sure you have all fonts installed into os which you use, e.g. on Ubuntu:
53
54
```
55
-sudo apt install fonts-roboto
+sudo apt install fonts-roboto fonts-open-sans
56
57
58
## Hello world example
0 commit comments