Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong name of downloaded files when it contains 'Regular' word #33

Open
OldrichKruchna opened this issue Sep 13, 2016 · 0 comments
Open
Labels

Comments

@OldrichKruchna
Copy link

Hey, I converted several fonts today and I have noticed that when name of input file contains 'Regular' word, this word is missing in the name of output file. However this happened only for .woff format.
Let me give you example:

Input files (.ttf)

  • XY-Regular.ttf
  • XY-RegularItalic.ttf

Output files with bug (.woff)

  • XY.woff
  • XY-Italic.woff

Output files without bug (.woff2)

  • XY-Regular.woff2
  • XY-RegularItalic.woff2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants