CharacterSetSettings
type CharacterSetSettings = {
includeNamedSubsets?: SubsetName[];
includeUnicodeRanges?: string | (number | readonly [number, number])[];
name?: string;
}
Index
Properties
Properties
OptionalincludeNamedSubsets  
Include these named Google Fonts character sets.
OptionalincludeUnicodeRanges  
includeUnicodeRanges?: string | (number | readonly [number, number])[]
Include these custom Unicode code point ranges. You can specify an array of ranges, or a string in a format
similar to the CSS unicode-range property (see parseUnicodeRanges for details on how it's parsed).
Optionalname
name?: string
The custom name of this character set, used in font filenames and CSS comments.
Settings for the characters to include in a single output font face.