-
Notifications
You must be signed in to change notification settings - Fork 423
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
Works with Windows. #289
Works with Windows. #289
Conversation
I have updated it. Not sure how to get this code up here... |
I haven't heard anything back... did my new changes make it in? |
@jdell64 Can you help me installing this branch? Now I just need to Thanks for this PR! Unfortunately it isn't merged yet... |
Sure... You can just clone my repo wherever you installed your gems to. On Friday, September 25, 2015, Miguel Andrade [email protected]
Richard J Tindell Ps 102:18- "This will be written for the generation to come, That a people |
@jdell64 Thanks a lot! I ended up installing the normal fontcustom and replacing the directoy. |
Oh good. Richard J Tindell Ps 102:18- "This will be written for the generation to come, That a people On Fri, Sep 25, 2015 at 9:59 AM, Miguel Andrade [email protected]
|
Happy to see this taken up again, as I'm just about to find a library that supports windows for SVG to font generation. EDIT: hope some one can fix this at some point
|
Not sure why are you aren't getting the more helpful error message, but you are failing at this block of code:
Either, you don't have woff2 installed, or I missed some windows compatibility issue. Do you have woff2 installed? |
@jdell64 No i have not installed woff2. I have been looking a bit into the code and can see they (base.rb file) are very different in your branch(https://github.com/jdell64/fontcustom) and the master branch here. The code snippet you just copied is not present in your branch which makes sense since it should not check for something that will never exist on windows i guess? |
Hey, your right... that file is different... I have no idea what is going on here... So I don't know about the woff2 requirement... If it is a requirement, then there probably needs to be something like:
|
Yes, glad it's not just me who is confused! But anyway thank you for the windows support. I hope at some point it will be merged correctly into the Master branch here. |
Looks like they added woff2 support... I think there should be a function to determine which |
@jdell64 I also found that your code is not generating the EOT file - even though it says its generated in the console. There was an issue with this on the FontCustom somewhere, but it's closed. |
* works on windows * updated readme
I created a few changes here: