The webfontsubstitutes( function generates an array of standard font substitutions for web browsers.
Parameters
No parameters.
Description
This function generates an array of standard font substitutions for web browsers. Each line is a comma separated list of substitutions for an individual font, for example
"Arial","Helvetica",sans-serif
This example loads the list of font substitutions into a local variable.
let fontTable = webfontsubstitutes()
See Also
History
Version | Status | Notes |
10.2 | New | New in this version. |