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

FontFaceException: We are missing some required font packages #46

Open
2amedia opened this issue Oct 25, 2016 · 3 comments
Open

FontFaceException: We are missing some required font packages #46

2amedia opened this issue Oct 25, 2016 · 3 comments

Comments

@2amedia
Copy link

2amedia commented Oct 25, 2016

FontFaceException: We are missing some required font packages.
That can be installed with:
brew install fontforge

but fontforge already installed in my system macOS 10.12,

@btushinde
Copy link

@2amedia I ran into the same problem with macOS due to the current issues with brew and a few other packages under 10.12. After updating XQuartz and installing FontForge manually from their website, I was able to use the package by adding FontForge's bin directory to my PATH.

For me, adding the following to .zshrc resolved the issue. Adjust for your FontForge install location.

PATH=/Applications/FontForge.app/Contents/Resources/opt/local/bin:$PATH

@sgen
Copy link
Collaborator

sgen commented Nov 18, 2016

Fontforge must be callable by the command line. As @btushinde mentioned this means that it must be part of your $PATH environment variable.

However setting $PATH in ~/.zshrc will only set the path if you are using zsh. If you are using bash you should set this in your ~/.bash_profile instead.

@az-iB
Copy link

az-iB commented Oct 2, 2018

for windows install fontforge manually from https://fontforge.github.io/en-US/downloads/windows-dl/ as Administrative and add the bin folder to the path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants