Font.face

機能/意味
Font name
タイプ
Fontクラスのプロパティ (読み書き可能)
説明
 Represents the font name. You can also set a value.
 You can specify multiple candidates separated by commas. In this case, the font that actually exists is used, and the one written first takes precedence. Whether the font actually exists is determined by referring to the list of fonts in the OS. If no match is found, the default font will be used (currently fixed to "MS PGothic").
 If you put a comma at the beginning and write the font name immediately after, the OS will try to specify the font without actually listing the font (for example, ", My Original Font"). This allows you to use non-enumerable fonts registered with AddFontResource Win32 API, etc.