Skip to content

Commit

Permalink
copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 28, 2018
1 parent 1b82fd0 commit 7e2c108
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ As web fonts are a progressive enhancement and with increasing support for the C

### FOUT

Similar to the above, but without using a class—using only the CSS Font Loading API. This doesn’t require any modification of the CSS, injects the web fonts using JS programmatically. Documented in the [Webfont Handbook from @bramstein](https://abookapart.com/products/webfont-handbook).
Similar to the above, but without using a class—using only the CSS Font Loading API. This doesn’t require any modification of the CSS, injects the web fonts using JS programmatically. I first saw this method in the [Webfont Handbook from @bramstein](https://abookapart.com/products/webfont-handbook).

* [Code](./fout.html)
* [Demo](https://www.zachleat.com/web-fonts/demos/fout.html) _(4 web fonts)_

* **TODO** Related: `.style.fontFamily` method (only works well with one family per page), first saw this in a [tweet from @simevidas](https://twitter.com/simevidas/status/829016037366566912)
* Related: `.style.fontFamily` method (only works well with one family per page), first saw this in a [tweet from @simevidas](https://twitter.com/simevidas/status/829016037366566912)

### FOFT

Expand Down

0 comments on commit 7e2c108

Please sign in to comment.