We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
And the Poppins font. Download
poppins.zip
.And the font Source Code Pro.
The text was updated successfully, but these errors were encountered: