cdig / cd-module

A Framework for LBS Lessons
0 stars 1 forks source link

Speed up font loading. #62

Closed ivanreese closed 8 years ago

ivanreese commented 8 years ago

Rather than loading the font CSS files from S3, we should probably just bake those files into each module. That way, rather than 2 rounds trips (first the font CSS, then the font file itself) we can just have 1 round trip.

ivanreese commented 8 years ago

This would incur a considerable complexity cost, both now (to implement this feature) and later (to manage it while upgrading to v3 and beyond).