Josh Soref f1725b4b4a spelling: to | 2 years ago | |
---|---|---|
.. | ||
checks | 2 years ago | |
notes | 2 years ago | |
scripts | 2 years ago | |
METADATA.pb | 5 years ago | |
README.md | 5 years ago | |
gfonts-description.html | 5 years ago |
This directory is made to run a Google Fonts onboarding process for Fira Code.
The build.sh
script builds variable and static font files as required by Google Fonts.
The move-check.sh
script does a few things:
This process must be run multiple times, tweaking source files and rebuilding output fonts to solve issues flagged by FontBakery.
If you haven't already done so, open a terminal, clone this repo, and move to the qa
branch:
git clone git@github.com:thundernixon/firacode.git
cd firacode
git checkout qa
FontBakery checks are made to be run on fonts within the folder structure of the google/fonts repo. Therefore, you must have a local copy of this repo on your computer to run this QA procedure. If you don't yet have a local google/fonts repo, open a new terminal session, navigate to a parent folder for this (e.g. cd ~/yourusername/type_repos
, but use whatever location makes sense), and clone the repo:
git clone git@github.com:google/fonts.git
Create a Python 3 virtual environment:
virtualenv -p python3 build/venv
Then, activate the new virtual environment:
source venv/bin/activate
Now, install the QA dependencies:
pip install -U -r googlefonts-qa/scripts/requirements.txt
Give the build and move-check scripts permission to run:
chmod +x googlefonts-qa/scripts/build.sh
chmod +x googlefonts-qa/scripts/move-check.sh
With your terminal at the top level of your Fira Code directory, build fresh copies of the relevant fonts by running:
googlefonts-qa/scripts/build.sh
When that completes, run the move-check script (using the path to your local google/fonts
repo as an argument):
move-check <absolute_path_to_parent_dir>/fonts
If all goes well, you will have created a local firacode
branch in your google fonts directory, moved the fresh fonts there, and run QA checks which will create new markdown documents at googlefonts-qa/scripts/checks
. If following this guide doesn't work, please file an issue at thundernixon/firacode
.