matthewgonzalez / fontplop

Fast, Simple, & Free Open Source Webfont Converter
http://www.fontplop.com
784 stars 23 forks source link

Missing path/format for .ttf files in generated css #27

Open mikestempien opened 6 years ago

mikestempien commented 6 years ago

When converting from TTF app doesn't build OTF file, yet it links to it in CSS (while not linking to TTF)

briangonzalez commented 6 years ago

I think the best approach is to switch it over from OTF to TTF, which I believe is more widely used anyways.

briangonzalez commented 6 years ago

Also, thanks for the report!

mikestempien commented 6 years ago

Yeah, TTFs are fine, just letting you know that the app doesn't link them properly

briangonzalez commented 6 years ago

10-4

I've got a PR up which addresses this issue: https://github.com/matthewgonzalez/fontplop/pull/28

kevinmu17 commented 3 years ago

This problem still persists

rafaelmaeuer commented 1 year ago

Yes exported css should reference .ttf files instead of .otf, if input files are .ttf

rafaelmaeuer commented 1 year ago

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?