This commit deprecates use of the font files in the private "eregsip" repository, instead using font files located at /static/fonts that are provided by cf.gov. Additionally, the ability to add these fonts locally is provided via a new static.in directory, akin to how cfgov-refresh does it. See documentation here:
@niqjohnson thanks for the review. This should work standalone. Do you have a local static.in/cfgov-fonts/fonts directory? This line should include it in the static assets. Do you happen to have your DJANGO_SETTINGS_MODULE environment variable set to anything?
This commit deprecates use of the font files in the private "eregsip" repository, instead using font files located at
/static/fonts
that are provided by cf.gov. Additionally, the ability to add these fonts locally is provided via a newstatic.in
directory, akin to how cfgov-refresh does it. See documentation here:https://cfpb.github.io/cfgov-refresh/installation/#webfonts
I've updated the README to make a note of this.