swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 382 forks source link

Adding and using a local version of the Montserrat web font #673

Closed twitwi closed 10 years ago

twitwi commented 10 years ago

... so that we can present our slides offline, with the proper font.

I tested offline with chromium and firefox.

I noted a glitch when using firefox with a file:// protocol (directly reading from the filesystem, not from a server like one started with "python -m SimpleHTTPServer"): depending on the reload, the font is not found/applied. I actually use exactly the same approach with my (deck.js) presentations and have not seen this problem before so I don't know from where the glitch can come from.

If some people can test it and confirm they see the glitch or not, we could decide based on the reproducibility of the problem. Anyway, it is still better than using the online font only.

Cheers, Rémi

twitwi commented 10 years ago

Aimed at issue https://github.com/swcarpentry/bc/issues/571

gvwilson commented 10 years ago

Yes or no?

twitwi commented 10 years ago

If yes, let me know if a rebase is needed.