Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 29, 2018
1 parent 6c1156c commit c08f6b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,23 @@ Two stage load, using one Roman font file in the first stage (with font-synthesi

## Further Enhancements

### FOUT with the Network Information API
### Network Information API

Opt out of web fonts on slow connection speeds.

* [Code](./network-information-api.html)
* [Code (with FOUT approach)](./network-information-api.html)

### FOUT with `prefers-reduced-motion` User Preference
### `prefers-reduced-motion` User Preference

Opt out of web fonts when user has enabled `Reduce Motion` accessibility preference.

* [Code](./prefers-reduced-motion.html)
* [Code (with FOUT approach)](./prefers-reduced-motion.html)

### FOUT with `save-data` User Preference
### `save-data` User Preference

Opt out of web fonts when user has enabled `Data Saver` mode.

* [Code](./save-data.html)
* [Code (with FOUT approach)](./save-data.html)

## Experiments in Progress

Expand Down

0 comments on commit c08f6b8

Please sign in to comment.