Fonts that are included in the src/ directory (and referenced via the $typefaces variable in styles.scss) aren't present in the dist/ directory after running the default or build Gulp tasks.
This causes the fonts to not be included in the final distributable, and they need to copied over manually.
Fonts that are included in the
src/directory (and referenced via the$typefacesvariable instyles.scss) aren't present in thedist/directory after running thedefaultorbuildGulp tasks.This causes the fonts to not be included in the final distributable, and they need to copied over manually.