larsenwork / monoid

Customisable coding font with alternates, ligatures and contextual positioning. Crazy crisp at 12px/9pt. http://larsenwork.com/monoid/
7.86k stars 170 forks source link

Any reason to use rawgit over just raw.githubusercontent.com #39

Closed larsenwork closed 9 years ago

larsenwork commented 9 years ago

@chase

https://github.com/larsenwork/monoid/blob/gh-pages/index.html#L1042 - I changed it just to test and seems to be working just fine.

chase commented 9 years ago

RawGit: "Files are served via MaxCDN's super fast global CDN."

Also so that Monoid doesn't get blacklisted for serving binary files from a repo. That's bad :stuck_out_tongue:

chase commented 9 years ago

Also, why not set the Download link here? https://github.com/larsenwork/monoid/blob/gh-pages/index.html#L1110

Something like:

$('#download').attr('href',FontName);

That would allow people to copy the link to share with others.

chase commented 9 years ago

@larsenwork Basically, using githubusercontent.com is bad for Monoid longterm. It is also slower. Using the CDN means that everyone across the world gets equally fast download speeds, basically.

larsenwork commented 9 years ago

Ok, switched back - just did it as part of debugging this morning :smile:

Download link - I want people to share larsenwork.com/monoid instead of direct links since they change when we make changes to build.py so to avoid future 404's...

chase commented 9 years ago

Maybe setup a way to share option choices then?