Serve font as some locally to speed up startup time and address development bottle neck

Issue #136 closed
Ghislain Hachey created an issue

No description provided.

Comments (2)

  1. Ghislain Hachey reporter

    fix(font-awesome): served locally instead of through CDN

    • faster loading of styles and fonts
    • partly address unreliable Internet connections on local network common in small PICs
    • upgrade font awesome to latest 4.6.3

    Note that the font awesome is installed using bower but simply copied into src/app/css/font-awesome.css and src/app/css/fonts/. Grunt build process was modified to concat/copy the new files to appripriate locations

    Closes #136

    → <<cset b8ecd8b2f1e9>>

  2. Ghislain Hachey reporter

    fix(font-awesome): served locally instead of through CDN

    • faster loading of styles and fonts
    • partly address unreliable Internet connections on local network common in small PICs
    • upgrade font awesome to latest 4.6.3

    Note that the font awesome is installed using bower but simply copied into src/app/css/font-awesome.css and src/app/css/fonts/. Grunt build process was modified to concat/copy the new files to appripriate locations

    Closes #136

    → <<cset b8ecd8b2f1e9>>

  3. Log in to comment