keithclark / css-feature-toggle-devtools-extension

A devtools extension for toggling CSS features allowing developers to see how pages/apps render in browsers that don't support modern CSS features
MIT License
163 stars 4 forks source link

Add support for custom fonts (@font-face) #13

Closed keithclark closed 5 years ago

keithclark commented 5 years ago

This PR introduces a toggle for custom fonts. It adds a new option to the "Other" group which, when checked, disables all @font-face blocks referenced in stylesheets used by the current document or any iframes.

Note: this PR won't disable fonts loaded through the Font Loading API

Screenshot

screen shot 2019-01-30 at 23 25 45