EJ Mason
EJ Mason
@aguscha333 sounds good to me! feel free to tag me directly if you need anything!
Hey @kkemple – I love this! Thank you so much for building it. I like the presentation of each result; especially that I can see the term and the text...
I absolutely LOVE that this is ticket number 100. So many parts of me are happy right now.
This crossed my mind as well! All current browsers but IE 11 support the `font-display` property (source: [caniuse](https://caniuse.com/#feat=css-font-rendering-controls)), so we would have pretty good coverage if we moved to local...
I would be able to implement this if you got all the raw `.woff` files, yeah! If you can't, using `rel="preload"` and ensuring support for it should be a serviceable...
@tatianamac, @wuz: I was mistaken. I would like to propose that we close this issue as wontfix. I was network-testing some unrelated work, and realized that the way Chrome labels...
@ovlb keep in mind that, however we choose to approach this problem, using `@font-face` to load fonts is a render-blocking operation, where assets in `` tags aren't. We'd be back...
Got it. I’ll work on this, thanks!
Ah, I see. Thanks for explaining!