Page 1 of 1

Web Font (WOFF) Test Improvements

Posted: Sat Jan 23, 2021 11:49 am
by Erwin Denissen
We intend to further improve the Font Test for web fonts.

Currently the WOFF Test page allows you to set a language through the value of the "lang" attribute, but it might also be nice to support the "font-language-override" property, as it expects an OpenType language system tag, which is exactly how it is defined in the OpenType layout features in your fonts.

Code: Select all

<div id="preview" lang="en"></div>

font-language-override: "SRB";
It would be great if a web designer is able to help us improve the WOFF Test page. Let us know if you are willing to help.