FontTypeClassification
Enum to determine classification of font.
enum FontTypeClassification {
Sans = 'sans-serif',
Serif = 'serif',
}Example
sans-serif
The quick brown fox jumps over the lazy dog.
serif
The quick brown fox jumps over the lazy dog.