Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

googlefonts/alumni-sans-collegiate

Repository files navigation

Alumni Sans Collegiate

Alumni Sans Collegiate is a flavor of Alumni Black which offers added display options. While Alumni is available in Roman and Italic versions of each weight, the Collegiate version adds a decorative outline to the ExtraBold style. Use this variation for situations requiring a sporty look.

Sample Image

Building the Fonts

The font is built using fontmake and gftools post processing script. Tools are all python based, so it must be previously installed.

To install all the Python tools into a virtualenv, do the following:

From terminal:


cd your/local/project/directory

#once in the project folder create a virtual environment. 
This step has to be done just once, the first time:

python3 -m venv venv

#activate the virtual environment

source venv/bin/activate

#install the required dependencies

pip install -r requirements.txt

Then run the this command:

cd sources
gftools builder config.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published