webfontsubstitutes(
)

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

VersionStatusNotes
10.2NewNew in this version.