- I downloaded the Amaranth TrueType fonts from Google Fonts
- I compiled the makefont.go source and also downloaded both the cp1252 & iso-8859-1 map files
However, when running it as indicated in the utility help instructions:
makefont --dst embed/fonts --embed --enc embed/fonts/cp1252.map ~/.fonts/Amaranth-Regular.ttf
And I get this error:
Unexpected EOF
The same error occurs when I omit the --embed option.
- I downloaded the **Amaranth** TrueType fonts from **Google Fonts**
- I compiled the makefont.go source and also downloaded both the cp1252 & iso-8859-1 map files
However, when running it as indicated in the utility help instructions:
```
makefont --dst embed/fonts --embed --enc embed/fonts/cp1252.map ~/.fonts/Amaranth-Regular.ttf
```
And I get this error:
```
Unexpected EOF
```
The same error occurs when I omit the `--embed` option.