Skip to content

Commit

Permalink
More code links
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Apr 8, 2018
1 parent 4f20122 commit dc1b50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ As web fonts are a progressive enhancement and with increasing support for the C

### The eBay Method

* [Code](./ebay-method.html)
* Code: [HTML](./ebay-method.html) and [Lazy-loaded JavaScript](./ebay-method.js)
* Emulate `font-display: optional` with JavaScript.
* Notable that it lazy loads the font loading polyfill only if CSS Font Loading API is not supported
* Read more at [eBay’s Font Loading Strategy](http://www.ebaytechblog.com/2017/09/21/ebays-font-loading-strategy/).
* [Demo](https://www.zachleat.com/web-fonts/demos/ebay-method.html) _(4 web fonts)_ (polyfill is lazy loaded when CSS Font Loading API is not supported)

### “The Compromise”: Critical FOFT with `preload`, with a polyfill fallback emulating `font-display: optioFnal`

* [Code](./critical-foft-preload-fallback-optional.html)
* Code: [HTML](./critical-foft-preload-fallback-optional.html) and [Lazy-loaded JavaScript](./critical-foft-preload-fallback-optional.js)
* _TODO_ Read more
* Heavily inspired by and builds on the eBay method.
* [Demo](https://www.zachleat.com/web-fonts/demos/critical-foft-preload-fallback-optional.html) _(5 web fonts—1 subset)_ (polyfill is lazy loaded when CSS Font Loading API is not supported)
Expand Down

0 comments on commit dc1b50c

Please sign in to comment.