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

Lacking font installation instructions #2

Open
johnblommers opened this issue Dec 23, 2019 · 0 comments
Open

Lacking font installation instructions #2

johnblommers opened this issue Dec 23, 2019 · 0 comments

Comments

@johnblommers
Copy link

The LaTeX section of the manual does not indicate how to install the Crimson, Fontsquirrel and Source Code Pro fonts. The following worked for me:

We need to install Crimson font.

cd ~/Downloads
git clone https://github.com/skosch/Crimson.git
cd Desktop Fonts/TTF
cp *.ttf ~/.fonts
cd ../OTF
cp *.otf ~/.fonts/

And the Poppins font. Download poppins.zip.

cd ~/Downloads
unzip pippins.zip
mv Poppins*.otf ~/.fonts/
rm "SIL Open Font License.txt"

And the font Source Code Pro.

cd ~/Downloads
git clone https://github.com/adobe-fonts/source-code-pro.git
cd source-code-pro
cp TTF/*ttf ~/.fonts/
cp OTF/*otf ~/.fonts/
cp VAR/*.[ot]tf ~/.fonts/
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

1 participant