fontplop
fontplop copied to clipboard
Missing path/format for .ttf files in generated css
When converting from TTF app doesn't build OTF file, yet it links to it in CSS (while not linking to TTF)
I think the best approach is to switch it over from OTF to TTF, which I believe is more widely used anyways.
Also, thanks for the report!
Yeah, TTFs are fine, just letting you know that the app doesn't link them properly
10-4
I've got a PR up which addresses this issue: https://github.com/matthewgonzalez/fontplop/pull/28
This problem still persists
Yes exported css should reference .ttf files instead of .otf, if input files are .ttf
10-4
I've got a PR up which addresses this issue: #28
This should be already solved with this PR, @matthewgonzalez would you mind to release the new v1.4.0 which includes this fix?