kefirjs / kefir

A Reactive Programming library for JavaScript
https://kefirjs.github.io/kefir/
MIT License
1.87k stars 97 forks source link

Documentation is invisible #153

Closed hallettj closed 9 years ago

hallettj commented 9 years ago

This might just be something wrong with my computer; but I have reproduced the issue in the Linux versions of Firefox and Chrome.

On http://rpominov.github.io/kefir/ I can see code examples, but no other text is visible. The problem is that my browser does not display the Fira Sans font correctly - but for some reason does not use any of the fallback fonts either.

The code examples do display correctly using Fira Mono.

Looking at network requests, it appears that my browser does download both Fira Sans and Fira Mono.

rpominov commented 9 years ago

Related: https://github.com/google/fonts/issues/10 I'll try to figure something out later this week.

rpominov commented 9 years ago

We now use mozilla's CDN, could you check if it helps?

hallettj commented 9 years ago

Yes, that is much better!

On Sat, Sep 26, 2015, 7:25 AM Roman Pominov notifications@github.com wrote:

We now use mozilla's CDN, could you check if it helps?

— Reply to this email directly or view it on GitHub https://github.com/rpominov/kefir/issues/153#issuecomment-143453081.

rpominov commented 9 years ago

Great! And thanks for the find, btw.