Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 28, 2017
1 parent 231acd4 commit b61b08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontfaceonload.js
Expand Up @@ -46,7 +46,7 @@
'font-variant:normal',
'white-space:nowrap'
],
html = '<div style="%s">' + TEST_STRING + '</div>';
html = '<div style="%s" aria-hidden="true">' + TEST_STRING + '</div>';

var FontFaceOnloadInstance = function() {
this.fontFamily = '';
Expand Down

0 comments on commit b61b08b

Please sign in to comment.