Skip to content

[FEATURE] Improve handling of font files

Andreas Nedbal requested to merge feature/font-handling into develop
  • Remove FontAwesome SCSS files from Assets
  • Include FontAwesome free NPM module
  • Add Adobe Source Sans Pro NPM module
  • Write Gulp tasks to copy fonts from modules and assets
  • Ignore Resources/Public/Fonts

Notice

You might need to npm install inside the Build/ folder to download new modules. Then everything should work fine with the execution of npm start. Otherwise just re-run ddev start and everything should be handled by the postinstall tasks.

Edited by Andreas Nedbal

Merge request reports