Skip to content

Instantly share code, notes, and snippets.

@peterwang
Created November 8, 2021 03:10
Show Gist options
  • Save peterwang/5dcd15590eb295b782e299ddd310c642 to your computer and use it in GitHub Desktop.
Save peterwang/5dcd15590eb295b782e299ddd310c642 to your computer and use it in GitHub Desktop.
Emacs list all available fonts.
(dolist (font (font-family-list)) (insert (format ";; \"%s\"\n" font)))
;; "Source Han Mono EL"
;; "Source Han Mono K EL"
;; "Source Han Mono SC EL"
;; "Source Han Mono TC EL"
;; "Source Han Mono HC EL"
;; "Source Han Mono L"
;; "Source Han Mono K L"
;; "Source Han Mono SC L"
;; "Source Han Mono TC L"
;; "Source Han Mono HC L"
;; "Source Han Mono N"
;; "Source Han Mono K N"
;; "Source Han Mono SC N"
;; "Source Han Mono TC N"
;; "Source Han Mono HC N"
;; "Source Han Mono"
;; "Source Han Mono K"
;; "Source Han Mono SC"
;; "Source Han Mono TC"
;; "Source Han Mono HC"
;; "Source Han Mono M"
;; "Source Han Mono K M"
;; "Source Han Mono SC M"
;; "Source Han Mono TC M"
;; "Source Han Mono HC M"
;; "Source Han Mono H"
;; "Source Han Mono K H"
;; "Source Han Mono SC H"
;; "Source Han Mono TC H"
;; "Source Han Mono HC H"
;; "Source Han Serif ExtraLight"
;; "Source Han Serif K ExtraLight"
;; "Source Han Serif SC ExtraLight"
;; "Source Han Serif TC ExtraLight"
;; "Source Han Serif Light"
;; "Source Han Serif K Light"
;; "Source Han Serif SC Light"
;; "Source Han Serif TC Light"
;; "Source Han Serif"
;; "Source Han Serif K"
;; "Source Han Serif SC"
;; "Source Han Serif TC"
;; "Source Han Serif Medium"
;; "Source Han Serif K Medium"
;; "Source Han Serif SC Medium"
;; "Source Han Serif TC Medium"
;; "Source Han Serif SemiBold"
;; "Source Han Serif K SemiBold"
;; "Source Han Serif SC SemiBold"
;; "Source Han Serif TC SemiBold"
;; "Source Han Serif Heavy"
;; "Source Han Serif K Heavy"
;; "Source Han Serif SC Heavy"
;; "Source Han Serif TC Heavy"
;; "Source Han Sans ExtraLight"
;; "Source Han Sans K ExtraLight"
;; "Source Han Sans SC ExtraLight"
;; "Source Han Sans TC ExtraLight"
;; "Source Han Sans HC ExtraLight"
;; "Source Han Sans Light"
;; "Source Han Sans K Light"
;; "Source Han Sans SC Light"
;; "Source Han Sans TC Light"
;; "Source Han Sans HC Light"
;; "Source Han Sans Normal"
;; "Source Han Sans K Normal"
;; "Source Han Sans SC Normal"
;; "Source Han Sans TC Normal"
;; "Source Han Sans HC Normal"
;; "Source Han Sans Medium"
;; "Source Han Sans K Medium"
;; "Source Han Sans SC Medium"
;; "Source Han Sans TC Medium"
;; "Source Han Sans HC Medium"
;; "Source Han Sans Heavy"
;; "Source Han Sans K Heavy"
;; "Source Han Sans SC Heavy"
;; "Source Han Sans TC Heavy"
;; "Source Han Sans HC Heavy"
;; "Source Han Sans"
;; "Source Han Sans K"
;; "Source Han Sans SC"
;; "Source Han Sans TC"
;; "Source Han Sans HC"
;; "Source Han Sans HW"
;; "Source Han Sans HW K"
;; "Source Han Sans HW SC"
;; "Source Han Sans HW TC"
;; "Source Han Sans HW HC"
;; "IBM Plex Mono"
;; "IBM Plex Mono ExtraLight"
;; "IBM Plex Mono Light"
;; "IBM Plex Mono Medium"
;; "IBM Plex Mono SemiBold"
;; "IBM Plex Mono Text"
;; "IBM Plex Mono Thin"
;; "Noto Sans CJK JP Black"
;; "Noto Sans CJK JP Bold"
;; "Noto Sans CJK JP DemiLight"
;; "Noto Sans CJK JP Light"
;; "Noto Sans CJK JP Medium"
;; "Noto Sans CJK JP Regular"
;; "Noto Sans CJK JP Thin"
;; "Noto Sans CJK KR Black"
;; "Noto Sans CJK KR Bold"
;; "Noto Sans CJK KR DemiLight"
;; "Noto Sans CJK KR Light"
;; "Noto Sans CJK KR Medium"
;; "Noto Sans CJK KR Regular"
;; "Noto Sans CJK KR Thin"
;; "Noto Sans CJK SC Black"
;; "Noto Sans CJK SC Bold"
;; "Noto Sans CJK SC DemiLight"
;; "Noto Sans CJK SC Light"
;; "Noto Sans CJK SC Medium"
;; "Noto Sans CJK SC Regular"
;; "Noto Sans CJK SC Thin"
;; "Noto Sans CJK TC Black"
;; "Noto Sans CJK TC Bold"
;; "Noto Sans CJK TC DemiLight"
;; "Noto Sans CJK TC Light"
;; "Noto Sans CJK TC Medium"
;; "Noto Sans CJK TC Regular"
;; "Noto Sans CJK TC Thin"
;; "Noto Sans Mono CJK JP Bold"
;; "Noto Sans Mono CJK JP Regular"
;; "Noto Sans Mono CJK KR Bold"
;; "Noto Sans Mono CJK KR Regular"
;; "Noto Sans Mono CJK SC Bold"
;; "Noto Sans Mono CJK SC Regular"
;; "Noto Sans Mono CJK TC Bold"
;; "Noto Sans Mono CJK TC Regular"
;; "Noto Serif CJK JP Black"
;; "Noto Serif CJK JP"
;; "Noto Serif CJK JP ExtraLight"
;; "Noto Serif CJK JP Light"
;; "Noto Serif CJK JP Medium"
;; "Noto Serif CJK JP SemiBold"
;; "Noto Serif CJK KR Black"
;; "Noto Serif CJK KR"
;; "Noto Serif CJK KR ExtraLight"
;; "Noto Serif CJK KR Light"
;; "Noto Serif CJK KR Medium"
;; "Noto Serif CJK KR SemiBold"
;; "Noto Serif CJK SC Black"
;; "Noto Serif CJK SC"
;; "Noto Serif CJK SC ExtraLight"
;; "Noto Serif CJK SC Light"
;; "Noto Serif CJK SC Medium"
;; "Noto Serif CJK SC SemiBold"
;; "Noto Serif CJK TC Black"
;; "Noto Serif CJK TC"
;; "Noto Serif CJK TC ExtraLight"
;; "Noto Serif CJK TC Light"
;; "Noto Serif CJK TC Medium"
;; "Noto Serif CJK TC SemiBold"
;; "Atkinson Hyperlegible"
;; "Arial"
;; "Arial Black"
;; "Bahnschrift Light"
;; "Bahnschrift SemiLight"
;; "Bahnschrift"
;; "Bahnschrift SemiBold"
;; "Bahnschrift Light SemiCondensed"
;; "Bahnschrift SemiLight SemiConde"
;; "Bahnschrift SemiCondensed"
;; "Bahnschrift SemiBold SemiConden"
;; "Bahnschrift Light Condensed"
;; "Bahnschrift SemiLight Condensed"
;; "Bahnschrift Condensed"
;; "Bahnschrift SemiBold Condensed"
;; "Calibri"
;; "Calibri Light"
;; "Cambria"
;; "Cambria Math"
;; "Candara"
;; "Candara Light"
;; "Comic Sans MS"
;; "Consolas"
;; "Constantia"
;; "Corbel"
;; "Corbel Light"
;; "Courier New"
;; "Ebrima"
;; "Franklin Gothic Medium"
;; "Gabriola"
;; "Gadugi"
;; "Georgia"
;; "Impact"
;; "Ink Free"
;; "Javanese Text"
;; "Leelawadee UI"
;; "Leelawadee UI Semilight"
;; "Lucida Console"
;; "Lucida Sans Unicode"
;; "Malgun Gothic"
;; "Malgun Gothic Semilight"
;; "Microsoft Himalaya"
;; "Microsoft JhengHei"
;; "Microsoft JhengHei UI"
;; "Microsoft JhengHei Light"
;; "Microsoft JhengHei UI Light"
;; "Microsoft New Tai Lue"
;; "Microsoft PhagsPa"
;; "Microsoft Sans Serif"
;; "Microsoft Tai Le"
;; "Microsoft YaHei"
;; "Microsoft YaHei UI"
;; "Microsoft YaHei Light"
;; "Microsoft YaHei UI Light"
;; "Microsoft Yi Baiti"
;; "MingLiU-ExtB"
;; "PMingLiU-ExtB"
;; "MingLiU_HKSCS-ExtB"
;; "Mongolian Baiti"
;; "MS Gothic"
;; "MS UI Gothic"
;; "MS PGothic"
;; "MV Boli"
;; "Myanmar Text"
;; "Nirmala UI"
;; "Nirmala UI Semilight"
;; "Palatino Linotype"
;; "Segoe MDL2 Assets"
;; "Segoe Print"
;; "Segoe Script"
;; "Segoe UI"
;; "Segoe UI Black"
;; "Segoe UI Emoji"
;; "Segoe UI Historic"
;; "Segoe UI Light"
;; "Segoe UI Semibold"
;; "Segoe UI Semilight"
;; "Segoe UI Symbol"
;; "SimSun"
;; "NSimSun"
;; "SimSun-ExtB"
;; "Sitka Small"
;; "Sitka Text"
;; "Sitka Subheading"
;; "Sitka Heading"
;; "Sitka Display"
;; "Sitka Banner"
;; "Sylfaen"
;; "Tahoma"
;; "Times New Roman"
;; "Trebuchet MS"
;; "Verdana"
;; "Yu Gothic"
;; "Yu Gothic UI"
;; "Yu Gothic UI Semibold"
;; "Yu Gothic Light"
;; "Yu Gothic UI Light"
;; "Yu Gothic Medium"
;; "Yu Gothic UI Semilight"
;; "HoloLens MDL2 Assets"
;; "Agency FB"
;; "Algerian"
;; "Book Antiqua"
;; "Arial Narrow"
;; "Arial Rounded MT Bold"
;; "Baskerville Old Face"
;; "Bauhaus 93"
;; "Bell MT"
;; "Bernard MT Condensed"
;; "Bodoni MT"
;; "Bodoni MT Black"
;; "Bodoni MT Condensed"
;; "Bodoni MT Poster Compressed"
;; "Bookman Old Style"
;; "Bradley Hand ITC"
;; "Britannic Bold"
;; "Berlin Sans FB"
;; "Berlin Sans FB Demi"
;; "Broadway"
;; "Brush Script MT"
;; "Californian FB"
;; "Calisto MT"
;; "Castellar"
;; "Century Schoolbook"
;; "Centaur"
;; "Century"
;; "Chiller"
;; "Colonna MT"
;; "Cooper Black"
;; "Copperplate Gothic Bold"
;; "Copperplate Gothic Light"
;; "Curlz MT"
;; "Dubai"
;; "Dubai Light"
;; "Dubai Medium"
;; "Elephant"
;; "Engravers MT"
;; "Eras Bold ITC"
;; "Eras Demi ITC"
;; "Eras Light ITC"
;; "Eras Medium ITC"
;; "Felix Titling"
;; "Forte"
;; "Franklin Gothic Book"
;; "Franklin Gothic Demi"
;; "Franklin Gothic Demi Cond"
;; "Franklin Gothic Heavy"
;; "Franklin Gothic Medium Cond"
;; "Freestyle Script"
;; "French Script MT"
;; "Footlight MT Light"
;; "Garamond"
;; "Gigi"
;; "Gill Sans MT"
;; "Gill Sans MT Condensed"
;; "Gill Sans Ultra Bold Condensed"
;; "Gill Sans Ultra Bold"
;; "Gloucester MT Extra Condensed"
;; "Gill Sans MT Ext Condensed Bold"
;; "Century Gothic"
;; "Goudy Old Style"
;; "Goudy Stout"
;; "Harlow Solid Italic"
;; "Harrington"
;; "Haettenschweiler"
;; "High Tower Text"
;; "Imprint MT Shadow"
;; "Informal Roman"
;; "Blackadder ITC"
;; "Edwardian Script ITC"
;; "Kristen ITC"
;; "Jokerman"
;; "Juice ITC"
;; "Kunstler Script"
;; "Wide Latin"
;; "Lucida Bright"
;; "Lucida Calligraphy"
;; "Leelawadee"
;; "Lucida Fax"
;; "Lucida Handwriting"
;; "Lucida Sans"
;; "Lucida Sans Typewriter"
;; "Magneto"
;; "Maiandra GD"
;; "Matura MT Script Capitals"
;; "Mistral"
;; "Modern No. 20"
;; "Microsoft Uighur"
;; "Monotype Corsiva"
;; "Niagara Engraved"
;; "Niagara Solid"
;; "OCR A Extended"
;; "Old English Text MT"
;; "Onyx"
;; "Palace Script MT"
;; "Papyrus"
;; "Parchment"
;; "Perpetua"
;; "Perpetua Titling MT"
;; "Playbill"
;; "Poor Richard"
;; "Pristina"
;; "Rage Italic"
;; "Ravie"
;; "MS Reference Sans Serif"
;; "Rockwell Condensed"
;; "Rockwell"
;; "Rockwell Extra Bold"
;; "Script MT Bold"
;; "Showcard Gothic"
;; "Snap ITC"
;; "Stencil"
;; "Tw Cen MT"
;; "Tw Cen MT Condensed"
;; "Tw Cen MT Condensed Extra Bold"
;; "Tempus Sans ITC"
;; "Viner Hand ITC"
;; "Vivaldi"
;; "Vladimir Script"
;; "DengXian"
;; "DengXian Light"
;; "FangSong"
;; "KaiTi"
;; "SimHei"
;; "icomoon"
;; "STFangsong"
;; "STKaiti"
;; "STSong"
;; "STXihei"
;; "STZhongsong"
;; "Source Code Pro Semibold"
;; "Source Code Pro Black"
;; "Source Code Pro"
;; "Source Code Pro ExtraLight"
;; "Source Code Pro Light"
;; "Source Code Pro Medium"
;; "FZCuHeiSongS-B-GB"
;; "NumberOnly"
;; "Monaco"
;; "YaHei Monaco Hybird"
;; "Menlo"
;; "DejaVu Sans"
;; "DejaVu Sans Condensed"
;; "DejaVu Sans Light"
;; "DejaVu Sans Mono"
;; "DejaVu Serif"
;; "DejaVu Serif Condensed"
;; "DejaVu Math TeX Gyre"
;; "Symbola"
;; "Noto Emoji"
;; "Noto Kufi Arabic"
;; "Noto Mono"
;; "Noto Naskh Arabic"
;; "Noto Naskh Arabic UI"
;; "Noto Nastaliq Urdu"
;; "Noto Sans AnatoHiero"
;; "Noto Sans Avestan"
;; "Noto Sans Balinese"
;; "Noto Sans Bamum"
;; "Noto Sans Batak"
;; "Noto Sans Brahmi"
;; "Noto Sans Buginese"
;; "Noto Sans Buhid"
;; "Noto Sans Canadian Aboriginal"
;; "Noto Sans Carian"
;; "Noto Sans Cham Blk"
;; "Noto Sans Cham"
;; "Noto Sans Cham ExtBd"
;; "Noto Sans Cham ExtLt"
;; "Noto Sans Cham Light"
;; "Noto Sans Cham Med"
;; "Noto Sans Cham SemBd"
;; "Noto Sans Cham Thin"
;; "Noto Sans Coptic"
;; "Noto Sans Cuneiform"
;; "Noto Sans EgyptHiero"
;; "Noto Sans Georgian Blk"
;; "Noto Sans Georgian"
;; "Noto Sans Georgian Cond"
;; "Noto Sans Georgian Cond Blk"
;; "Noto Sans Georgian Cond ExtBd"
;; "Noto Sans Georgian Cond ExtLt"
;; "Noto Sans Georgian Cond Light"
;; "Noto Sans Georgian Cond Med"
;; "Noto Sans Georgian Cond SemBd"
;; "Noto Sans Georgian Cond Thin"
;; "Noto Sans Georgian ExtBd"
;; "Noto Sans Georgian ExtCond"
;; "Noto Sans Georgian ExtCond Blk"
;; "Noto Sans Georgian ExtCond ExtB"
;; "Noto Sans Georgian ExtCond ExtL"
;; "Noto Sans Georgian ExtCond Ligh"
;; "Noto Sans Georgian ExtCond Med"
;; "Noto Sans Georgian ExtCond SemB"
;; "Noto Sans Georgian ExtCond Thin"
;; "Noto Sans Georgian ExtLt"
;; "Noto Sans Georgian Light"
;; "Noto Sans Georgian Med"
;; "Noto Sans Georgian SemBd"
;; "Noto Sans Georgian SemCond"
;; "Noto Sans Georgian SemCond Blk"
;; "Noto Sans Georgian SemCond ExtB"
;; "Noto Sans Georgian SemCond ExtL"
;; "Noto Sans Georgian SemCond Ligh"
;; "Noto Sans Georgian SemCond Med"
;; "Noto Sans Georgian SemCond SemB"
;; "Noto Sans Georgian SemCond Thin"
;; "Noto Sans Georgian Thin"
;; "Noto Sans Glagolitic"
;; "Noto Sans Gothic"
;; "Noto Sans Gujarati"
;; "Noto Sans Gujarati UI"
;; "Noto Sans Gurmukhi"
;; "Noto Sans Gurmukhi UI"
;; "Noto Sans Hanunoo"
;; "Noto Sans ImpAramaic"
;; "Noto Sans InsPahlavi"
;; "Noto Sans InsParthi"
;; "Noto Sans Kaithi"
;; "Noto Sans Kannada"
;; "Noto Sans Kannada UI"
;; "Noto Sans Kayah Li"
;; "Noto Sans Kharoshthi"
;; "Noto Sans Lao Blk"
;; "Noto Sans Lao"
;; "Noto Sans Lao Cond"
;; "Noto Sans Lao Cond Blk"
;; "Noto Sans Lao Cond ExtBd"
;; "Noto Sans Lao Cond ExtLt"
;; "Noto Sans Lao Cond Light"
;; "Noto Sans Lao Cond Med"
;; "Noto Sans Lao Cond SemBd"
;; "Noto Sans Lao Cond Thin"
;; "Noto Sans Lao ExtBd"
;; "Noto Sans Lao ExtCond"
;; "Noto Sans Lao ExtCond Blk"
;; "Noto Sans Lao ExtCond ExtBd"
;; "Noto Sans Lao ExtCond ExtLt"
;; "Noto Sans Lao ExtCond Light"
;; "Noto Sans Lao ExtCond Med"
;; "Noto Sans Lao ExtCond SemBd"
;; "Noto Sans Lao ExtCond Thin"
;; "Noto Sans Lao ExtLt"
;; "Noto Sans Lao Light"
;; "Noto Sans Lao Med"
;; "Noto Sans Lao SemBd"
;; "Noto Sans Lao SemCond"
;; "Noto Sans Lao SemCond Blk"
;; "Noto Sans Lao SemCond ExtBd"
;; "Noto Sans Lao SemCond ExtLt"
;; "Noto Sans Lao SemCond Light"
;; "Noto Sans Lao SemCond Med"
;; "Noto Sans Lao SemCond SemBd"
;; "Noto Sans Lao SemCond Thin"
;; "Noto Sans Lao Thin"
;; "Noto Sans Lao UI Blk"
;; "Noto Sans Lao UI"
;; "Noto Sans Lao UI Cond"
;; "Noto Sans Lao UI Cond Blk"
;; "Noto Sans Lao UI Cond ExtBd"
;; "Noto Sans Lao UI Cond ExtLt"
;; "Noto Sans Lao UI Cond Light"
;; "Noto Sans Lao UI Cond Med"
;; "Noto Sans Lao UI Cond SemBd"
;; "Noto Sans Lao UI Cond Thin"
;; "Noto Sans Lao UI ExtBd"
;; "Noto Sans Lao UI ExtCond"
;; "Noto Sans Lao UI ExtCond Blk"
;; "Noto Sans Lao UI ExtCond ExtBd"
;; "Noto Sans Lao UI ExtCond ExtLt"
;; "Noto Sans Lao UI ExtCond Light"
;; "Noto Sans Lao UI ExtCond Med"
;; "Noto Sans Lao UI ExtCond SemBd"
;; "Noto Sans Lao UI ExtCond Thin"
;; "Noto Sans Lao UI ExtLt"
;; "Noto Sans Lao UI Light"
;; "Noto Sans Lao UI Med"
;; "Noto Sans Lao UI SemBd"
;; "Noto Sans Lao UI SemCond"
;; "Noto Sans Lao UI SemCond Blk"
;; "Noto Sans Lao UI SemCond ExtBd"
;; "Noto Sans Lao UI SemCond ExtLt"
;; "Noto Sans Lao UI SemCond Light"
;; "Noto Sans Lao UI SemCond Med"
;; "Noto Sans Lao UI SemCond SemBd"
;; "Noto Sans Lao UI SemCond Thin"
;; "Noto Sans Lao UI Thin"
;; "Noto Sans Lepcha"
;; "Noto Sans Limbu"
;; "Noto Sans Lisu"
;; "Noto Sans Lycian"
;; "Noto Sans Lydian"
;; "Noto Sans Malayalam"
;; "Noto Sans Malayalam UI"
;; "Noto Sans Mandaic"
;; "Noto Sans Mongolian"
;; "Noto Sans NewTaiLue"
;; "Noto Sans N'Ko"
;; "Noto Sans Ol Chiki"
;; "Noto Sans Old Italic"
;; "Noto Sans OldPersian"
;; "Noto Sans Old Turkic"
;; "Noto Sans Oriya"
;; "Noto Sans Oriya UI"
;; "Noto Sans Phags Pa"
;; "Noto Sans Phoenician"
;; "Noto Sans Rejang"
;; "Noto Sans Runic"
;; "Noto Sans Samaritan"
;; "Noto Sans Saurashtra"
;; "Noto Sans Shavian"
;; "Noto Sans Sundanese"
;; "Noto Sans Syloti Nagri"
;; "Noto Sans Symbols2"
;; "Noto Sans Symbols Blk"
;; "Noto Sans Symbols"
;; "Noto Sans Symbols ExtBd"
;; "Noto Sans Symbols ExtLt"
;; "Noto Sans Symbols Light"
;; "Noto Sans Symbols Med"
;; "Noto Sans Symbols SemBd"
;; "Noto Sans Symbols Thin"
;; "Noto Sans Syriac Eastern"
;; "Noto Sans Syriac Estrangela"
;; "Noto Sans Syriac Western"
;; "Noto Sans Tagalog"
;; "Noto Sans Tagbanwa"
;; "Noto Sans Tai Le"
;; "Noto Sans Telugu"
;; "Noto Sans Telugu UI"
;; "Noto Sans Thaana"
;; "Noto Sans Tibetan"
;; "Noto Sans Tifinagh"
;; "Noto Sans Ugaritic"
;; "Noto Sans Vai"
;; "Noto Sans Yi"
;; "Noto Serif Bengali"
;; "Noto Serif Devanagari"
;; "Noto Serif Georgian Bk"
;; "Noto Serif Georgian"
;; "Noto Serif Georgian Cn"
;; "Noto Serif Georgian Cn Bk"
;; "Noto Serif Georgian Cn XBd"
;; "Noto Serif Georgian Cn XLt"
;; "Noto Serif Georgian Cn Lt"
;; "Noto Serif Georgian Cn Md"
;; "Noto Serif Georgian Cn SmBd"
;; "Noto Serif Georgian Cn Th"
;; "Noto Serif Georgian XBd"
;; "Noto Serif Georgian XCn"
;; "Noto Serif Georgian XCn Bk"
;; "Noto Serif Georgian XCn XBd"
;; "Noto Serif Georgian XCn XLt"
;; "Noto Serif Georgian XCn Lt"
;; "Noto Serif Georgian XCn Md"
;; "Noto Serif Georgian XCn SmBd"
;; "Noto Serif Georgian XCn Th"
;; "Noto Serif Georgian XLt"
;; "Noto Serif Georgian Lt"
;; "Noto Serif Georgian Md"
;; "Noto Serif Georgian SmBd"
;; "Noto Serif Georgian SmCn"
;; "Noto Serif Georgian SmCn Bk"
;; "Noto Serif Georgian SmCn XBd"
;; "Noto Serif Georgian SmCn XLt"
;; "Noto Serif Georgian SmCn Lt"
;; "Noto Serif Georgian SmCn Md"
;; "Noto Serif Georgian SmCn SmBd"
;; "Noto Serif Georgian SmCn Th"
;; "Noto Serif Georgian Th"
;; "Noto Serif Gujarati"
;; "Noto Serif Kannada"
;; "Noto Serif Lao Blk"
;; "Noto Serif Lao"
;; "Noto Serif Lao Cond"
;; "Noto Serif Lao Cond Blk"
;; "Noto Serif Lao Cond ExtBd"
;; "Noto Serif Lao Cond ExtLt"
;; "Noto Serif Lao Cond Light"
;; "Noto Serif Lao Cond Med"
;; "Noto Serif Lao Cond SemBd"
;; "Noto Serif Lao Cond Thin"
;; "Noto Serif Lao ExtBd"
;; "Noto Serif Lao ExtCond"
;; "Noto Serif Lao ExtCond Blk"
;; "Noto Serif Lao ExtCond ExtBd"
;; "Noto Serif Lao ExtCond ExtLt"
;; "Noto Serif Lao ExtCond Light"
;; "Noto Serif Lao ExtCond Med"
;; "Noto Serif Lao ExtCond SemBd"
;; "Noto Serif Lao ExtCond Thin"
;; "Noto Serif Lao ExtLt"
;; "Noto Serif Lao Light"
;; "Noto Serif Lao Med"
;; "Noto Serif Lao SemBd"
;; "Noto Serif Lao SemCond"
;; "Noto Serif Lao SemCond Blk"
;; "Noto Serif Lao SemCond ExtBd"
;; "Noto Serif Lao SemCond ExtLt"
;; "Noto Serif Lao SemCond Light"
;; "Noto Serif Lao SemCond Med"
;; "Noto Serif Lao SemCond SemBd"
;; "Noto Serif Lao SemCond Thin"
;; "Noto Serif Lao Thin"
;; "Noto Serif Malayalam"
;; "Noto Serif Tamil Blk"
;; "Noto Serif Tamil"
;; "Noto Serif Tamil Cond"
;; "Noto Serif Tamil Cond Blk"
;; "Noto Serif Tamil Cond ExtBd"
;; "Noto Serif Tamil Cond ExtLt"
;; "Noto Serif Tamil Cond Light"
;; "Noto Serif Tamil Cond Med"
;; "Noto Serif Tamil Cond SemBd"
;; "Noto Serif Tamil Cond Thin"
;; "Noto Serif Tamil ExtBd"
;; "Noto Serif Tamil ExtCond"
;; "Noto Serif Tamil ExtCond Blk"
;; "Noto Serif Tamil ExtCond ExtBd"
;; "Noto Serif Tamil ExtCond ExtLt"
;; "Noto Serif Tamil ExtCond Light"
;; "Noto Serif Tamil ExtCond Med"
;; "Noto Serif Tamil ExtCond SemBd"
;; "Noto Serif Tamil ExtCond Thin"
;; "Noto Serif Tamil ExtLt"
;; "Noto Serif Tamil Light"
;; "Noto Serif Tamil Med"
;; "Noto Serif Tamil SemBd"
;; "Noto Serif Tamil SemCond"
;; "Noto Serif Tamil SemCond Blk"
;; "Noto Serif Tamil SemCond ExtBd"
;; "Noto Serif Tamil SemCond ExtLt"
;; "Noto Serif Tamil SemCond Light"
;; "Noto Serif Tamil SemCond Med"
;; "Noto Serif Tamil SemCond SemBd"
;; "Noto Serif Tamil SemCond Thin"
;; "Noto Serif Tamil Thin"
;; "Noto Serif Telugu"
;; "Ubuntu"
;; "Ubuntu Condensed"
;; "Ubuntu Light"
;; "Ubuntu Mono"
;; "Ubuntu Thin"
;; "Courier Prime Code"
;; "Amazon Ember"
;; "Bookerly"
;; "Fira Code"
;; "Fira Code Light"
;; "Fira Code Medium"
;; "Fira Code Retina"
;; "Fira Code SemiBold"
;; "System"
;; "8514oem"
;; "Fixedsys"
;; "Terminal"
;; "Modern"
;; "Roman"
;; "Script"
;; "Courier"
;; "MS Serif"
;; "MS Sans Serif"
;; "Small Fonts"
;; "Source Han Mono EL"
;; "Source Han Mono K EL"
;; "Source Han Mono SC EL"
;; "Source Han Mono TC EL"
;; "Source Han Mono HC EL"
;; "Source Han Mono L"
;; "Source Han Mono K L"
;; "Source Han Mono SC L"
;; "Source Han Mono TC L"
;; "Source Han Mono HC L"
;; "Source Han Mono N"
;; "Source Han Mono K N"
;; "Source Han Mono SC N"
;; "Source Han Mono TC N"
;; "Source Han Mono HC N"
;; "Source Han Mono"
;; "Source Han Mono K"
;; "Source Han Mono SC"
;; "Source Han Mono TC"
;; "Source Han Mono HC"
;; "Source Han Mono M"
;; "Source Han Mono K M"
;; "Source Han Mono SC M"
;; "Source Han Mono TC M"
;; "Source Han Mono HC M"
;; "Source Han Mono H"
;; "Source Han Mono K H"
;; "Source Han Mono SC H"
;; "Source Han Mono TC H"
;; "Source Han Mono HC H"
;; "Source Han Serif ExtraLight"
;; "Source Han Serif K ExtraLight"
;; "Source Han Serif SC ExtraLight"
;; "Source Han Serif TC ExtraLight"
;; "Source Han Serif Light"
;; "Source Han Serif K Light"
;; "Source Han Serif SC Light"
;; "Source Han Serif TC Light"
;; "Source Han Serif"
;; "Source Han Serif K"
;; "Source Han Serif SC"
;; "Source Han Serif TC"
;; "Source Han Serif Medium"
;; "Source Han Serif K Medium"
;; "Source Han Serif SC Medium"
;; "Source Han Serif TC Medium"
;; "Source Han Serif SemiBold"
;; "Source Han Serif K SemiBold"
;; "Source Han Serif SC SemiBold"
;; "Source Han Serif TC SemiBold"
;; "Source Han Serif Heavy"
;; "Source Han Serif K Heavy"
;; "Source Han Serif SC Heavy"
;; "Source Han Serif TC Heavy"
;; "Source Han Sans ExtraLight"
;; "Source Han Sans K ExtraLight"
;; "Source Han Sans SC ExtraLight"
;; "Source Han Sans TC ExtraLight"
;; "Source Han Sans HC ExtraLight"
;; "Source Han Sans Light"
;; "Source Han Sans K Light"
;; "Source Han Sans SC Light"
;; "Source Han Sans TC Light"
;; "Source Han Sans HC Light"
;; "Source Han Sans Normal"
;; "Source Han Sans K Normal"
;; "Source Han Sans SC Normal"
;; "Source Han Sans TC Normal"
;; "Source Han Sans HC Normal"
;; "Source Han Sans Medium"
;; "Source Han Sans K Medium"
;; "Source Han Sans SC Medium"
;; "Source Han Sans TC Medium"
;; "Source Han Sans HC Medium"
;; "Source Han Sans Heavy"
;; "Source Han Sans K Heavy"
;; "Source Han Sans SC Heavy"
;; "Source Han Sans TC Heavy"
;; "Source Han Sans HC Heavy"
;; "Source Han Sans"
;; "Source Han Sans K"
;; "Source Han Sans SC"
;; "Source Han Sans TC"
;; "Source Han Sans HC"
;; "Source Han Sans HW"
;; "Source Han Sans HW K"
;; "Source Han Sans HW SC"
;; "Source Han Sans HW TC"
;; "Source Han Sans HW HC"
;; "IBM Plex Mono"
;; "IBM Plex Mono ExtraLight"
;; "IBM Plex Mono Light"
;; "IBM Plex Mono Medium"
;; "IBM Plex Mono SemiBold"
;; "IBM Plex Mono Text"
;; "IBM Plex Mono Thin"
;; "Noto Sans CJK JP Black"
;; "Noto Sans CJK JP Bold"
;; "Noto Sans CJK JP DemiLight"
;; "Noto Sans CJK JP Light"
;; "Noto Sans CJK JP Medium"
;; "Noto Sans CJK JP Regular"
;; "Noto Sans CJK JP Thin"
;; "Noto Sans CJK KR Black"
;; "Noto Sans CJK KR Bold"
;; "Noto Sans CJK KR DemiLight"
;; "Noto Sans CJK KR Light"
;; "Noto Sans CJK KR Medium"
;; "Noto Sans CJK KR Regular"
;; "Noto Sans CJK KR Thin"
;; "Noto Sans CJK SC Black"
;; "Noto Sans CJK SC Bold"
;; "Noto Sans CJK SC DemiLight"
;; "Noto Sans CJK SC Light"
;; "Noto Sans CJK SC Medium"
;; "Noto Sans CJK SC Regular"
;; "Noto Sans CJK SC Thin"
;; "Noto Sans CJK TC Black"
;; "Noto Sans CJK TC Bold"
;; "Noto Sans CJK TC DemiLight"
;; "Noto Sans CJK TC Light"
;; "Noto Sans CJK TC Medium"
;; "Noto Sans CJK TC Regular"
;; "Noto Sans CJK TC Thin"
;; "Noto Sans Mono CJK JP Bold"
;; "Noto Sans Mono CJK JP Regular"
;; "Noto Sans Mono CJK KR Bold"
;; "Noto Sans Mono CJK KR Regular"
;; "Noto Sans Mono CJK SC Bold"
;; "Noto Sans Mono CJK SC Regular"
;; "Noto Sans Mono CJK TC Bold"
;; "Noto Sans Mono CJK TC Regular"
;; "Noto Serif CJK JP Black"
;; "Noto Serif CJK JP"
;; "Noto Serif CJK JP ExtraLight"
;; "Noto Serif CJK JP Light"
;; "Noto Serif CJK JP Medium"
;; "Noto Serif CJK JP SemiBold"
;; "Noto Serif CJK KR Black"
;; "Noto Serif CJK KR"
;; "Noto Serif CJK KR ExtraLight"
;; "Noto Serif CJK KR Light"
;; "Noto Serif CJK KR Medium"
;; "Noto Serif CJK KR SemiBold"
;; "Noto Serif CJK SC Black"
;; "Noto Serif CJK SC"
;; "Noto Serif CJK SC ExtraLight"
;; "Noto Serif CJK SC Light"
;; "Noto Serif CJK SC Medium"
;; "Noto Serif CJK SC SemiBold"
;; "Noto Serif CJK TC Black"
;; "Noto Serif CJK TC"
;; "Noto Serif CJK TC ExtraLight"
;; "Noto Serif CJK TC Light"
;; "Noto Serif CJK TC Medium"
;; "Noto Serif CJK TC SemiBold"
;; "Atkinson Hyperlegible"
;; "Marlett"
;; "Arial"
;; "Arial Black"
;; "Bahnschrift Light"
;; "Bahnschrift SemiLight"
;; "Bahnschrift"
;; "Bahnschrift SemiBold"
;; "Bahnschrift Light SemiCondensed"
;; "Bahnschrift SemiLight SemiConde"
;; "Bahnschrift SemiCondensed"
;; "Bahnschrift SemiBold SemiConden"
;; "Bahnschrift Light Condensed"
;; "Bahnschrift SemiLight Condensed"
;; "Bahnschrift Condensed"
;; "Bahnschrift SemiBold Condensed"
;; "Calibri"
;; "Calibri Light"
;; "Cambria"
;; "Cambria Math"
;; "Candara"
;; "Candara Light"
;; "Comic Sans MS"
;; "Consolas"
;; "Constantia"
;; "Corbel"
;; "Corbel Light"
;; "Courier New"
;; "Ebrima"
;; "Franklin Gothic Medium"
;; "Gabriola"
;; "Gadugi"
;; "Georgia"
;; "Impact"
;; "Ink Free"
;; "Javanese Text"
;; "Leelawadee UI"
;; "Leelawadee UI Semilight"
;; "Lucida Console"
;; "Lucida Sans Unicode"
;; "Malgun Gothic"
;; "Malgun Gothic Semilight"
;; "Microsoft Himalaya"
;; "Microsoft JhengHei"
;; "Microsoft JhengHei UI"
;; "Microsoft JhengHei Light"
;; "Microsoft JhengHei UI Light"
;; "Microsoft New Tai Lue"
;; "Microsoft PhagsPa"
;; "Microsoft Sans Serif"
;; "Microsoft Tai Le"
;; "Microsoft YaHei"
;; "Microsoft YaHei UI"
;; "Microsoft YaHei Light"
;; "Microsoft YaHei UI Light"
;; "Microsoft Yi Baiti"
;; "MingLiU-ExtB"
;; "PMingLiU-ExtB"
;; "MingLiU_HKSCS-ExtB"
;; "Mongolian Baiti"
;; "MS Gothic"
;; "MS UI Gothic"
;; "MS PGothic"
;; "MV Boli"
;; "Myanmar Text"
;; "Nirmala UI"
;; "Nirmala UI Semilight"
;; "Palatino Linotype"
;; "Segoe MDL2 Assets"
;; "Segoe Print"
;; "Segoe Script"
;; "Segoe UI"
;; "Segoe UI Black"
;; "Segoe UI Emoji"
;; "Segoe UI Historic"
;; "Segoe UI Light"
;; "Segoe UI Semibold"
;; "Segoe UI Semilight"
;; "Segoe UI Symbol"
;; "SimSun"
;; "NSimSun"
;; "SimSun-ExtB"
;; "Sitka Small"
;; "Sitka Text"
;; "Sitka Subheading"
;; "Sitka Heading"
;; "Sitka Display"
;; "Sitka Banner"
;; "Sylfaen"
;; "Symbol"
;; "Tahoma"
;; "Times New Roman"
;; "Trebuchet MS"
;; "Verdana"
;; "Webdings"
;; "Wingdings"
;; "Yu Gothic"
;; "Yu Gothic UI"
;; "Yu Gothic UI Semibold"
;; "Yu Gothic Light"
;; "Yu Gothic UI Light"
;; "Yu Gothic Medium"
;; "Yu Gothic UI Semilight"
;; "HoloLens MDL2 Assets"
;; "Agency FB"
;; "Algerian"
;; "Book Antiqua"
;; "Arial Narrow"
;; "Arial Rounded MT Bold"
;; "Baskerville Old Face"
;; "Bauhaus 93"
;; "Bell MT"
;; "Bernard MT Condensed"
;; "Bodoni MT"
;; "Bodoni MT Black"
;; "Bodoni MT Condensed"
;; "Bodoni MT Poster Compressed"
;; "Bookman Old Style"
;; "Bradley Hand ITC"
;; "Britannic Bold"
;; "Berlin Sans FB"
;; "Berlin Sans FB Demi"
;; "Broadway"
;; "Brush Script MT"
;; "Bookshelf Symbol 7"
;; "Californian FB"
;; "Calisto MT"
;; "Castellar"
;; "Century Schoolbook"
;; "Centaur"
;; "Century"
;; "Chiller"
;; "Colonna MT"
;; "Cooper Black"
;; "Copperplate Gothic Bold"
;; "Copperplate Gothic Light"
;; "Curlz MT"
;; "Dubai"
;; "Dubai Light"
;; "Dubai Medium"
;; "Elephant"
;; "Engravers MT"
;; "Eras Bold ITC"
;; "Eras Demi ITC"
;; "Eras Light ITC"
;; "Eras Medium ITC"
;; "Felix Titling"
;; "Forte"
;; "Franklin Gothic Book"
;; "Franklin Gothic Demi"
;; "Franklin Gothic Demi Cond"
;; "Franklin Gothic Heavy"
;; "Franklin Gothic Medium Cond"
;; "Freestyle Script"
;; "French Script MT"
;; "Footlight MT Light"
;; "Garamond"
;; "Gigi"
;; "Gill Sans MT"
;; "Gill Sans MT Condensed"
;; "Gill Sans Ultra Bold Condensed"
;; "Gill Sans Ultra Bold"
;; "Gloucester MT Extra Condensed"
;; "Gill Sans MT Ext Condensed Bold"
;; "Century Gothic"
;; "Goudy Old Style"
;; "Goudy Stout"
;; "Harlow Solid Italic"
;; "Harrington"
;; "Haettenschweiler"
;; "High Tower Text"
;; "Imprint MT Shadow"
;; "Informal Roman"
;; "Blackadder ITC"
;; "Edwardian Script ITC"
;; "Kristen ITC"
;; "Jokerman"
;; "Juice ITC"
;; "Kunstler Script"
;; "Wide Latin"
;; "Lucida Bright"
;; "Lucida Calligraphy"
;; "Leelawadee"
;; "Lucida Fax"
;; "Lucida Handwriting"
;; "Lucida Sans"
;; "Lucida Sans Typewriter"
;; "Magneto"
;; "Maiandra GD"
;; "Matura MT Script Capitals"
;; "Mistral"
;; "Modern No. 20"
;; "Microsoft Uighur"
;; "Monotype Corsiva"
;; "MT Extra"
;; "Niagara Engraved"
;; "Niagara Solid"
;; "OCR A Extended"
;; "Old English Text MT"
;; "Onyx"
;; "MS Outlook"
;; "Palace Script MT"
;; "Papyrus"
;; "Parchment"
;; "Perpetua"
;; "Perpetua Titling MT"
;; "Playbill"
;; "Poor Richard"
;; "Pristina"
;; "Rage Italic"
;; "Ravie"
;; "MS Reference Sans Serif"
;; "MS Reference Specialty"
;; "Rockwell Condensed"
;; "Rockwell"
;; "Rockwell Extra Bold"
;; "Script MT Bold"
;; "Showcard Gothic"
;; "Snap ITC"
;; "Stencil"
;; "Tw Cen MT"
;; "Tw Cen MT Condensed"
;; "Tw Cen MT Condensed Extra Bold"
;; "Tempus Sans ITC"
;; "Viner Hand ITC"
;; "Vivaldi"
;; "Vladimir Script"
;; "Wingdings 2"
;; "Wingdings 3"
;; "DengXian"
;; "DengXian Light"
;; "FangSong"
;; "KaiTi"
;; "SimHei"
;; "icomoon"
;; "FZShuTi"
;; "FZYaoTi"
;; "LiSu"
;; "YouYuan"
;; "STCaiyun"
;; "STFangsong"
;; "STHupo"
;; "STKaiti"
;; "STLiti"
;; "STSong"
;; "STXihei"
;; "STXingkai"
;; "STXinwei"
;; "STZhongsong"
;; "Source Code Pro Semibold"
;; "Source Code Pro Black"
;; "Source Code Pro"
;; "Source Code Pro ExtraLight"
;; "Source Code Pro Light"
;; "Source Code Pro Medium"
;; "FZCuHeiSongS-B-GB"
;; "NumberOnly"
;; "Monaco"
;; "YaHei Monaco Hybird"
;; "Menlo"
;; "DejaVu Sans"
;; "DejaVu Sans Condensed"
;; "DejaVu Sans Light"
;; "DejaVu Sans Mono"
;; "DejaVu Serif"
;; "DejaVu Serif Condensed"
;; "DejaVu Math TeX Gyre"
;; "Symbola"
;; "Noto Serif Thai SemBd"
;; "Noto Serif Thai SemCond"
;; "Noto Serif Thai SemCond Blk"
;; "Noto Serif Thai SemCond ExtBd"
;; "Noto Serif Thai SemCond ExtLt"
;; "Noto Serif Thai SemCond Light"
;; "Noto Serif Thai SemCond Med"
;; "Noto Serif Thai SemCond SemBd"
;; "Noto Serif Thai SemCond Thin"
;; "Noto Serif Thai Thin"
;; "Noto Serif Thin"
;; "Noto Emoji"
;; "Noto Kufi Arabic"
;; "Noto Mono"
;; "Noto Naskh Arabic"
;; "Noto Naskh Arabic UI"
;; "Noto Nastaliq Urdu"
;; "Noto Sans Adlam"
;; "Noto Sans Adlam Unjoined"
;; "Noto Sans AnatoHiero"
;; "Noto Sans Arabic Blk"
;; "Noto Sans Arabic"
;; "Noto Sans Arabic Cond"
;; "Noto Sans Arabic Cond Blk"
;; "Noto Sans Arabic Cond ExtBd"
;; "Noto Sans Arabic Cond ExtLt"
;; "Noto Sans Arabic Cond Light"
;; "Noto Sans Arabic Cond Med"
;; "Noto Sans Arabic Cond SemBd"
;; "Noto Sans Arabic Cond Thin"
;; "Noto Sans Arabic ExtBd"
;; "Noto Sans Arabic ExtCond"
;; "Noto Sans Arabic ExtCond Blk"
;; "Noto Sans Arabic ExtCond ExtBd"
;; "Noto Sans Arabic ExtCond ExtLt"
;; "Noto Sans Arabic ExtCond Light"
;; "Noto Sans Arabic ExtCond Med"
;; "Noto Sans Arabic ExtCond SemBd"
;; "Noto Sans Arabic ExtCond Thin"
;; "Noto Sans Arabic ExtLt"
;; "Noto Sans Arabic Light"
;; "Noto Sans Arabic Med"
;; "Noto Sans Arabic SemBd"
;; "Noto Sans Arabic SemCond"
;; "Noto Sans Arabic SemCond Blk"
;; "Noto Sans Arabic SemCond ExtBd"
;; "Noto Sans Arabic SemCond ExtLt"
;; "Noto Sans Arabic SemCond Light"
;; "Noto Sans Arabic SemCond Med"
;; "Noto Sans Arabic SemCond SemBd"
;; "Noto Sans Arabic SemCond Thin"
;; "Noto Sans Arabic Thin"
;; "Noto Sans Arabic UI Bk"
;; "Noto Sans Arabic UI"
;; "Noto Sans Arabic UI Cn"
;; "Noto Sans Arabic UI Cn Bk"
;; "Noto Sans Arabic UI Cn XBd"
;; "Noto Sans Arabic UI Cn XLt"
;; "Noto Sans Arabic UI Cn Lt"
;; "Noto Sans Arabic UI Cn Md"
;; "Noto Sans Arabic UI Cn SmBd"
;; "Noto Sans Arabic UI Cn Th"
;; "Noto Sans Arabic UI XBd"
;; "Noto Sans Arabic UI XCn"
;; "Noto Sans Arabic UI XCn Bk"
;; "Noto Sans Arabic UI XCn XBd"
;; "Noto Sans Arabic UI XCn XLt"
;; "Noto Sans Arabic UI XCn Lt"
;; "Noto Sans Arabic UI XCn Md"
;; "Noto Sans Arabic UI XCn SmBd"
;; "Noto Sans Arabic UI XCn Th"
;; "Noto Sans Arabic UI XLt"
;; "Noto Sans Arabic UI Lt"
;; "Noto Sans Arabic UI Md"
;; "Noto Sans Arabic UI SmBd"
;; "Noto Sans Arabic UI SmCn"
;; "Noto Sans Arabic UI SmCn Bk"
;; "Noto Sans Arabic UI SmCn XBd"
;; "Noto Sans Arabic UI SmCn XLt"
;; "Noto Sans Arabic UI SmCn Lt"
;; "Noto Sans Arabic UI SmCn Md"
;; "Noto Sans Arabic UI SmCn SmBd"
;; "Noto Sans Arabic UI SmCn Th"
;; "Noto Sans Arabic UI Th"
;; "Noto Sans Armenian Blk"
;; "Noto Sans Armenian"
;; "Noto Sans Armenian Cond"
;; "Noto Sans Armenian Cond Blk"
;; "Noto Sans Armenian Cond ExtBd"
;; "Noto Sans Armenian Cond ExtLt"
;; "Noto Sans Armenian Cond Light"
;; "Noto Sans Armenian Cond Med"
;; "Noto Sans Armenian Cond SemBd"
;; "Noto Sans Armenian Cond Thin"
;; "Noto Sans Armenian ExtBd"
;; "Noto Sans Armenian ExtCond"
;; "Noto Sans Armenian ExtCond Blk"
;; "Noto Sans Armenian ExtCond ExtB"
;; "Noto Sans Armenian ExtCond ExtL"
;; "Noto Sans Armenian ExtCond Ligh"
;; "Noto Sans Armenian ExtCond Med"
;; "Noto Sans Armenian ExtCond SemB"
;; "Noto Sans Armenian ExtCond Thin"
;; "Noto Sans Armenian ExtLt"
;; "Noto Sans Armenian Light"
;; "Noto Sans Armenian Med"
;; "Noto Sans Armenian SemBd"
;; "Noto Sans Armenian SemCond"
;; "Noto Sans Armenian SemCond Blk"
;; "Noto Sans Armenian SemCond ExtB"
;; "Noto Sans Armenian SemCond ExtL"
;; "Noto Sans Armenian SemCond Ligh"
;; "Noto Sans Armenian SemCond Med"
;; "Noto Sans Armenian SemCond SemB"
;; "Noto Sans Armenian SemCond Thin"
;; "Noto Sans Armenian Thin"
;; "Noto Sans Avestan"
;; "Noto Sans Balinese"
;; "Noto Sans Bamum"
;; "Noto Sans Batak"
;; "Noto Sans Bengali Blk"
;; "Noto Sans Bengali"
;; "Noto Sans Bengali ExtBd"
;; "Noto Sans Bengali ExtLt"
;; "Noto Sans Bengali Light"
;; "Noto Sans Bengali Med"
;; "Noto Sans Bengali SemBd"
;; "Noto Sans Bengali Thin"
;; "Noto Sans Bengali UI"
;; "Noto Sans Blk"
;; "Noto Sans"
;; "Noto Sans Brahmi"
;; "Noto Sans Buginese"
;; "Noto Sans Buhid"
;; "Noto Sans Canadian Aboriginal"
;; "Noto Sans Carian"
;; "Noto Sans Chakma"
;; "Noto Sans Cham Blk"
;; "Noto Sans Cham"
;; "Noto Sans Cham ExtBd"
;; "Noto Sans Cham ExtLt"
;; "Noto Sans Cham Light"
;; "Noto Sans Cham Med"
;; "Noto Sans Cham SemBd"
;; "Noto Sans Cham Thin"
;; "Noto Sans Cherokee Blk"
;; "Noto Sans Cherokee"
;; "Noto Sans Cherokee ExtBd"
;; "Noto Sans Cherokee ExtLt"
;; "Noto Sans Cherokee Light"
;; "Noto Sans Cherokee Med"
;; "Noto Sans Cherokee SemBd"
;; "Noto Sans Cherokee Thin"
;; "Noto Sans Cond"
;; "Noto Sans Cond Blk"
;; "Noto Sans Cond ExtBd"
;; "Noto Sans Cond ExtLt"
;; "Noto Sans Cond Light"
;; "Noto Sans Cond Med"
;; "Noto Sans Cond SemBd"
;; "Noto Sans Cond Thin"
;; "Noto Sans Coptic"
;; "Noto Sans Cuneiform"
;; "Noto Sans Cypriot"
;; "Noto Sans Deseret"
;; "Noto Sans Devanagari Bk"
;; "Noto Sans Devanagari"
;; "Noto Sans Devanagari Cn"
;; "Noto Sans Devanagari Cn Bk"
;; "Noto Sans Devanagari Cn XBd"
;; "Noto Sans Devanagari Cn XLt"
;; "Noto Sans Devanagari Cn Lt"
;; "Noto Sans Devanagari Cn Md"
;; "Noto Sans Devanagari Cn SmBd"
;; "Noto Sans Devanagari Cn Th"
;; "Noto Sans Devanagari XBd"
;; "Noto Sans Devanagari XCn"
;; "Noto Sans Devanagari XCn Bk"
;; "Noto Sans Devanagari XCn XBd"
;; "Noto Sans Devanagari XCn XLt"
;; "Noto Sans Devanagari XCn Lt"
;; "Noto Sans Devanagari XCn Md"
;; "Noto Sans Devanagari XCn SmBd"
;; "Noto Sans Devanagari XCn Th"
;; "Noto Sans Devanagari XLt"
;; "Noto Sans Devanagari Lt"
;; "Noto Sans Devanagari Md"
;; "Noto Sans Devanagari SmBd"
;; "Noto Sans Devanagari SmCn"
;; "Noto Sans Devanagari SmCn Bk"
;; "Noto Sans Devanagari SmCn XBd"
;; "Noto Sans Devanagari SmCn XLt"
;; "Noto Sans Devanagari SmCn Lt"
;; "Noto Sans Devanagari SmCn Md"
;; "Noto Sans Devanagari SmCn SmBd"
;; "Noto Sans Devanagari SmCn Th"
;; "Noto Sans Devanagari Th"
;; "Noto Sans Devanagari UI"
;; "Noto Sans Disp Blk"
;; "Noto Sans Disp"
;; "Noto Sans Disp Cond"
;; "Noto Sans Disp Cond Blk"
;; "Noto Sans Disp Cond ExtBd"
;; "Noto Sans Disp Cond ExtLt"
;; "Noto Sans Disp Cond Light"
;; "Noto Sans Disp Cond Med"
;; "Noto Sans Disp Cond SemBd"
;; "Noto Sans Disp Cond Thin"
;; "Noto Sans Disp ExtBd"
;; "Noto Sans Disp ExtCond"
;; "Noto Sans Disp ExtCond Blk"
;; "Noto Sans Disp ExtCond ExtBd"
;; "Noto Sans Disp ExtCond ExtLt"
;; "Noto Sans Disp ExtCond Light"
;; "Noto Sans Disp ExtCond Med"
;; "Noto Sans Disp ExtCond SemBd"
;; "Noto Sans Disp ExtCond Thin"
;; "Noto Sans Disp ExtLt"
;; "Noto Sans Disp Light"
;; "Noto Sans Disp Med"
;; "Noto Sans Disp SemBd"
;; "Noto Sans Disp SemCond"
;; "Noto Sans Disp SemCond Blk"
;; "Noto Sans Disp SemCond ExtBd"
;; "Noto Sans Disp SemCond ExtLt"
;; "Noto Sans Disp SemCond Light"
;; "Noto Sans Disp SemCond Med"
;; "Noto Sans Disp SemCond SemBd"
;; "Noto Sans Disp SemCond Thin"
;; "Noto Sans Disp Thin"
;; "Noto Sans EgyptHiero"
;; "Noto Sans Ethiopic Blk"
;; "Noto Sans Ethiopic"
;; "Noto Sans Ethiopic Cond"
;; "Noto Sans Ethiopic Cond Blk"
;; "Noto Sans Ethiopic Cond ExtBd"
;; "Noto Sans Ethiopic Cond ExtLt"
;; "Noto Sans Ethiopic Cond Light"
;; "Noto Sans Ethiopic Cond Med"
;; "Noto Sans Ethiopic Cond SemBd"
;; "Noto Sans Ethiopic Cond Thin"
;; "Noto Sans Ethiopic ExtBd"
;; "Noto Sans Ethiopic ExtCond"
;; "Noto Sans Ethiopic ExtCond Blk"
;; "Noto Sans Ethiopic ExtCond ExtB"
;; "Noto Sans Ethiopic ExtCond ExtL"
;; "Noto Sans Ethiopic ExtCond Ligh"
;; "Noto Sans Ethiopic ExtCond Med"
;; "Noto Sans Ethiopic ExtCond SemB"
;; "Noto Sans Ethiopic ExtCond Thin"
;; "Noto Sans Ethiopic ExtLt"
;; "Noto Sans Ethiopic Light"
;; "Noto Sans Ethiopic Med"
;; "Noto Sans Ethiopic SemBd"
;; "Noto Sans Ethiopic SemCond"
;; "Noto Sans Ethiopic SemCond Blk"
;; "Noto Sans Ethiopic SemCond ExtB"
;; "Noto Sans Ethiopic SemCond ExtL"
;; "Noto Sans Ethiopic SemCond Ligh"
;; "Noto Sans Ethiopic SemCond Med"
;; "Noto Sans Ethiopic SemCond SemB"
;; "Noto Sans Ethiopic SemCond Thin"
;; "Noto Sans Ethiopic Thin"
;; "Noto Sans ExtBd"
;; "Noto Sans ExtCond"
;; "Noto Sans ExtCond Blk"
;; "Noto Sans ExtCond ExtBd"
;; "Noto Sans ExtCond ExtLt"
;; "Noto Sans ExtCond Light"
;; "Noto Sans ExtCond Med"
;; "Noto Sans ExtCond SemBd"
;; "Noto Sans ExtCond Thin"
;; "Noto Sans ExtLt"
;; "Noto Sans Georgian Blk"
;; "Noto Sans Georgian"
;; "Noto Sans Georgian Cond"
;; "Noto Sans Georgian Cond Blk"
;; "Noto Sans Georgian Cond ExtBd"
;; "Noto Sans Georgian Cond ExtLt"
;; "Noto Sans Georgian Cond Light"
;; "Noto Sans Georgian Cond Med"
;; "Noto Sans Georgian Cond SemBd"
;; "Noto Sans Georgian Cond Thin"
;; "Noto Sans Georgian ExtBd"
;; "Noto Sans Georgian ExtCond"
;; "Noto Sans Georgian ExtCond Blk"
;; "Noto Sans Georgian ExtCond ExtB"
;; "Noto Sans Georgian ExtCond ExtL"
;; "Noto Sans Georgian ExtCond Ligh"
;; "Noto Sans Georgian ExtCond Med"
;; "Noto Sans Georgian ExtCond SemB"
;; "Noto Sans Georgian ExtCond Thin"
;; "Noto Sans Georgian ExtLt"
;; "Noto Sans Georgian Light"
;; "Noto Sans Georgian Med"
;; "Noto Sans Georgian SemBd"
;; "Noto Sans Georgian SemCond"
;; "Noto Sans Georgian SemCond Blk"
;; "Noto Sans Georgian SemCond ExtB"
;; "Noto Sans Georgian SemCond ExtL"
;; "Noto Sans Georgian SemCond Ligh"
;; "Noto Sans Georgian SemCond Med"
;; "Noto Sans Georgian SemCond SemB"
;; "Noto Sans Georgian SemCond Thin"
;; "Noto Sans Georgian Thin"
;; "Noto Sans Glagolitic"
;; "Noto Sans Gothic"
;; "Noto Sans Gujarati"
;; "Noto Sans Gujarati UI"
;; "Noto Sans Gurmukhi"
;; "Noto Sans Gurmukhi UI"
;; "Noto Sans Hanunoo"
;; "Noto Sans Hebrew Blk"
;; "Noto Sans Hebrew"
;; "Noto Sans Hebrew Cond"
;; "Noto Sans Hebrew Cond Blk"
;; "Noto Sans Hebrew Cond ExtBd"
;; "Noto Sans Hebrew Cond ExtLt"
;; "Noto Sans Hebrew Cond Light"
;; "Noto Sans Hebrew Cond Med"
;; "Noto Sans Hebrew Cond SemBd"
;; "Noto Sans Hebrew Cond Thin"
;; "Noto Sans Hebrew ExtBd"
;; "Noto Sans Hebrew ExtCond"
;; "Noto Sans Hebrew ExtCond Blk"
;; "Noto Sans Hebrew ExtCond ExtBd"
;; "Noto Sans Hebrew ExtCond ExtLt"
;; "Noto Sans Hebrew ExtCond Light"
;; "Noto Sans Hebrew ExtCond Med"
;; "Noto Sans Hebrew ExtCond SemBd"
;; "Noto Sans Hebrew ExtCond Thin"
;; "Noto Sans Hebrew ExtLt"
;; "Noto Sans Hebrew Light"
;; "Noto Sans Hebrew Med"
;; "Noto Sans Hebrew SemBd"
;; "Noto Sans Hebrew SemCond"
;; "Noto Sans Hebrew SemCond Blk"
;; "Noto Sans Hebrew SemCond ExtBd"
;; "Noto Sans Hebrew SemCond ExtLt"
;; "Noto Sans Hebrew SemCond Light"
;; "Noto Sans Hebrew SemCond Med"
;; "Noto Sans Hebrew SemCond SemBd"
;; "Noto Sans Hebrew SemCond Thin"
;; "Noto Sans Hebrew Thin"
;; "Noto Sans ImpAramaic"
;; "Noto Sans InsPahlavi"
;; "Noto Sans InsParthi"
;; "Noto Sans Javanese"
;; "Noto Sans Kaithi"
;; "Noto Sans Kannada"
;; "Noto Sans Kannada UI"
;; "Noto Sans Kayah Li"
;; "Noto Sans Kharoshthi"
;; "Noto Sans Khmer Blk"
;; "Noto Sans Khmer"
;; "Noto Sans Khmer Cond"
;; "Noto Sans Khmer Cond Blk"
;; "Noto Sans Khmer Cond ExtBd"
;; "Noto Sans Khmer Cond ExtLt"
;; "Noto Sans Khmer Cond Light"
;; "Noto Sans Khmer Cond Med"
;; "Noto Sans Khmer Cond SemBd"
;; "Noto Sans Khmer Cond Thin"
;; "Noto Sans Khmer ExtBd"
;; "Noto Sans Khmer ExtCond"
;; "Noto Sans Khmer ExtCond Blk"
;; "Noto Sans Khmer ExtCond ExtBd"
;; "Noto Sans Khmer ExtCond ExtLt"
;; "Noto Sans Khmer ExtCond Light"
;; "Noto Sans Khmer ExtCond Med"
;; "Noto Sans Khmer ExtCond SemBd"
;; "Noto Sans Khmer ExtCond Thin"
;; "Noto Sans Khmer ExtLt"
;; "Noto Sans Khmer Light"
;; "Noto Sans Khmer Med"
;; "Noto Sans Khmer SemBd"
;; "Noto Sans Khmer SemCond"
;; "Noto Sans Khmer SemCond Blk"
;; "Noto Sans Khmer SemCond ExtBd"
;; "Noto Sans Khmer SemCond ExtLt"
;; "Noto Sans Khmer SemCond Light"
;; "Noto Sans Khmer SemCond Med"
;; "Noto Sans Khmer SemCond SemBd"
;; "Noto Sans Khmer SemCond Thin"
;; "Noto Sans Khmer Thin"
;; "Noto Sans Khmer UI Blk"
;; "Noto Sans Khmer UI"
;; "Noto Sans Khmer UI Cond"
;; "Noto Sans Khmer UI Cond Blk"
;; "Noto Sans Khmer UI Cond ExtBd"
;; "Noto Sans Khmer UI Cond ExtLt"
;; "Noto Sans Khmer UI Cond Light"
;; "Noto Sans Khmer UI Cond Med"
;; "Noto Sans Khmer UI Cond SemBd"
;; "Noto Sans Khmer UI Cond Thin"
;; "Noto Sans Khmer UI ExtBd"
;; "Noto Sans Khmer UI ExtCond"
;; "Noto Sans Khmer UI ExtCond Blk"
;; "Noto Sans Khmer UI ExtCond ExtB"
;; "Noto Sans Khmer UI ExtCond ExtL"
;; "Noto Sans Khmer UI ExtCond Ligh"
;; "Noto Sans Khmer UI ExtCond Med"
;; "Noto Sans Khmer UI ExtCond SemB"
;; "Noto Sans Khmer UI ExtCond Thin"
;; "Noto Sans Khmer UI ExtLt"
;; "Noto Sans Khmer UI Light"
;; "Noto Sans Khmer UI Med"
;; "Noto Sans Khmer UI SemBd"
;; "Noto Sans Khmer UI SemCond"
;; "Noto Sans Khmer UI SemCond Blk"
;; "Noto Sans Khmer UI SemCond ExtB"
;; "Noto Sans Khmer UI SemCond ExtL"
;; "Noto Sans Khmer UI SemCond Ligh"
;; "Noto Sans Khmer UI SemCond Med"
;; "Noto Sans Khmer UI SemCond SemB"
;; "Noto Sans Khmer UI SemCond Thin"
;; "Noto Sans Khmer UI Thin"
;; "Noto Sans Lao Blk"
;; "Noto Sans Lao"
;; "Noto Sans Lao Cond"
;; "Noto Sans Lao Cond Blk"
;; "Noto Sans Lao Cond ExtBd"
;; "Noto Sans Lao Cond ExtLt"
;; "Noto Sans Lao Cond Light"
;; "Noto Sans Lao Cond Med"
;; "Noto Sans Lao Cond SemBd"
;; "Noto Sans Lao Cond Thin"
;; "Noto Sans Lao ExtBd"
;; "Noto Sans Lao ExtCond"
;; "Noto Sans Lao ExtCond Blk"
;; "Noto Sans Lao ExtCond ExtBd"
;; "Noto Sans Lao ExtCond ExtLt"
;; "Noto Sans Lao ExtCond Light"
;; "Noto Sans Lao ExtCond Med"
;; "Noto Sans Lao ExtCond SemBd"
;; "Noto Sans Lao ExtCond Thin"
;; "Noto Sans Lao ExtLt"
;; "Noto Sans Lao Light"
;; "Noto Sans Lao Med"
;; "Noto Sans Lao SemBd"
;; "Noto Sans Lao SemCond"
;; "Noto Sans Lao SemCond Blk"
;; "Noto Sans Lao SemCond ExtBd"
;; "Noto Sans Lao SemCond ExtLt"
;; "Noto Sans Lao SemCond Light"
;; "Noto Sans Lao SemCond Med"
;; "Noto Sans Lao SemCond SemBd"
;; "Noto Sans Lao SemCond Thin"
;; "Noto Sans Lao Thin"
;; "Noto Sans Lao UI Blk"
;; "Noto Sans Lao UI"
;; "Noto Sans Lao UI Cond"
;; "Noto Sans Lao UI Cond Blk"
;; "Noto Sans Lao UI Cond ExtBd"
;; "Noto Sans Lao UI Cond ExtLt"
;; "Noto Sans Lao UI Cond Light"
;; "Noto Sans Lao UI Cond Med"
;; "Noto Sans Lao UI Cond SemBd"
;; "Noto Sans Lao UI Cond Thin"
;; "Noto Sans Lao UI ExtBd"
;; "Noto Sans Lao UI ExtCond"
;; "Noto Sans Lao UI ExtCond Blk"
;; "Noto Sans Lao UI ExtCond ExtBd"
;; "Noto Sans Lao UI ExtCond ExtLt"
;; "Noto Sans Lao UI ExtCond Light"
;; "Noto Sans Lao UI ExtCond Med"
;; "Noto Sans Lao UI ExtCond SemBd"
;; "Noto Sans Lao UI ExtCond Thin"
;; "Noto Sans Lao UI ExtLt"
;; "Noto Sans Lao UI Light"
;; "Noto Sans Lao UI Med"
;; "Noto Sans Lao UI SemBd"
;; "Noto Sans Lao UI SemCond"
;; "Noto Sans Lao UI SemCond Blk"
;; "Noto Sans Lao UI SemCond ExtBd"
;; "Noto Sans Lao UI SemCond ExtLt"
;; "Noto Sans Lao UI SemCond Light"
;; "Noto Sans Lao UI SemCond Med"
;; "Noto Sans Lao UI SemCond SemBd"
;; "Noto Sans Lao UI SemCond Thin"
;; "Noto Sans Lao UI Thin"
;; "Noto Sans Lepcha"
;; "Noto Sans Light"
;; "Noto Sans Limbu"
;; "Noto Sans Linear B"
;; "Noto Sans Lisu"
;; "Noto Sans Lycian"
;; "Noto Sans Lydian"
;; "Noto Sans Malayalam"
;; "Noto Sans Malayalam UI"
;; "Noto Sans Mandaic"
;; "Noto Sans Med"
;; "Noto Sans Meetei Mayek"
;; "Noto Sans Mongolian"
;; "Noto Sans Mono Blk"
;; "Noto Sans Mono"
;; "Noto Sans Mono Cond"
;; "Noto Sans Mono Cond Blk"
;; "Noto Sans Mono Cond ExtBd"
;; "Noto Sans Mono Cond ExtLt"
;; "Noto Sans Mono Cond Light"
;; "Noto Sans Mono Cond Med"
;; "Noto Sans Mono Cond SemBd"
;; "Noto Sans Mono Cond Thin"
;; "Noto Sans Mono ExtBd"
;; "Noto Sans Mono ExtCond"
;; "Noto Sans Mono ExtCond Blk"
;; "Noto Sans Mono ExtCond ExtBd"
;; "Noto Sans Mono ExtCond ExtLt"
;; "Noto Sans Mono ExtCond Light"
;; "Noto Sans Mono ExtCond Med"
;; "Noto Sans Mono ExtCond SemBd"
;; "Noto Sans Mono ExtCond Thin"
;; "Noto Sans Mono ExtLt"
;; "Noto Sans Mono Light"
;; "Noto Sans Mono Med"
;; "Noto Sans Mono SemBd"
;; "Noto Sans Mono SemCond"
;; "Noto Sans Mono SemCond Blk"
;; "Noto Sans Mono SemCond ExtBd"
;; "Noto Sans Mono SemCond ExtLt"
;; "Noto Sans Mono SemCond Light"
;; "Noto Sans Mono SemCond Med"
;; "Noto Sans Mono SemCond SemBd"
;; "Noto Sans Mono SemCond Thin"
;; "Noto Sans Mono Thin"
;; "Noto Sans Myanmar Blk"
;; "Noto Sans Myanmar"
;; "Noto Sans Myanmar Cond"
;; "Noto Sans Myanmar Cond Blk"
;; "Noto Sans Myanmar Cond ExtBd"
;; "Noto Sans Myanmar Cond ExtLt"
;; "Noto Sans Myanmar Cond Light"
;; "Noto Sans Myanmar Cond Med"
;; "Noto Sans Myanmar Cond SemBd"
;; "Noto Sans Myanmar Cond Thin"
;; "Noto Sans Myanmar ExtBd"
;; "Noto Sans Myanmar ExtCond"
;; "Noto Sans Myanmar ExtCond Blk"
;; "Noto Sans Myanmar ExtCond ExtBd"
;; "Noto Sans Myanmar ExtCond ExtLt"
;; "Noto Sans Myanmar ExtCond Light"
;; "Noto Sans Myanmar ExtCond Med"
;; "Noto Sans Myanmar ExtCond SemBd"
;; "Noto Sans Myanmar ExtCond Thin"
;; "Noto Sans Myanmar ExtLt"
;; "Noto Sans Myanmar Light"
;; "Noto Sans Myanmar Med"
;; "Noto Sans Myanmar SemBd"
;; "Noto Sans Myanmar SemCond"
;; "Noto Sans Myanmar SemCond Blk"
;; "Noto Sans Myanmar SemCond ExtBd"
;; "Noto Sans Myanmar SemCond ExtLt"
;; "Noto Sans Myanmar SemCond Light"
;; "Noto Sans Myanmar SemCond Med"
;; "Noto Sans Myanmar SemCond SemBd"
;; "Noto Sans Myanmar SemCond Thin"
;; "Noto Sans Myanmar Thin"
;; "Noto Sans Myanmar UI Black"
;; "Noto Sans Myanmar UI"
;; "Noto Sans Myanmar UI Condensed"
;; "Noto Sans Myanmar UI Condensed "
;; "Noto Sans Myanmar UI ExtraBold"
;; "Noto Sans Myanmar UI ExtraConde"
;; "Noto Sans Myanmar UI ExtraLight"
;; "Noto Sans Myanmar UI Light"
;; "Noto Sans Myanmar UI Medium"
;; "Noto Sans Myanmar UI SemiBold"
;; "Noto Sans Myanmar UI SemiConden"
;; "Noto Sans Myanmar UI Thin"
;; "Noto Sans NewTaiLue"
;; "Noto Sans N'Ko"
;; "Noto Sans Ogham"
;; "Noto Sans Ol Chiki"
;; "Noto Sans Old Italic"
;; "Noto Sans OldPersian"
;; "Noto Sans OldSouArab"
;; "Noto Sans Old Turkic"
;; "Noto Sans Oriya"
;; "Noto Sans Oriya UI"
;; "Noto Sans Osage"
;; "Noto Sans Osmanya"
;; "Noto Sans Phags Pa"
;; "Noto Sans Phoenician"
;; "Noto Sans Rejang"
;; "Noto Sans Runic"
;; "Noto Sans Samaritan"
;; "Noto Sans Saurashtra"
;; "Noto Sans SemBd"
;; "Noto Sans SemCond"
;; "Noto Sans SemCond Blk"
;; "Noto Sans SemCond ExtBd"
;; "Noto Sans SemCond ExtLt"
;; "Noto Sans SemCond Light"
;; "Noto Sans SemCond Med"
;; "Noto Sans SemCond SemBd"
;; "Noto Sans SemCond Thin"
;; "Noto Sans Shavian"
;; "Noto Sans Sinhala Blk"
;; "Noto Sans Sinhala"
;; "Noto Sans Sinhala Cond"
;; "Noto Sans Sinhala Cond Blk"
;; "Noto Sans Sinhala Cond ExtBd"
;; "Noto Sans Sinhala Cond ExtLt"
;; "Noto Sans Sinhala Cond Light"
;; "Noto Sans Sinhala Cond Med"
;; "Noto Sans Sinhala Cond SemBd"
;; "Noto Sans Sinhala Cond Thin"
;; "Noto Sans Sinhala ExtBd"
;; "Noto Sans Sinhala ExtCond"
;; "Noto Sans Sinhala ExtCond Blk"
;; "Noto Sans Sinhala ExtCond ExtBd"
;; "Noto Sans Sinhala ExtCond ExtLt"
;; "Noto Sans Sinhala ExtCond Light"
;; "Noto Sans Sinhala ExtCond Med"
;; "Noto Sans Sinhala ExtCond SemBd"
;; "Noto Sans Sinhala ExtCond Thin"
;; "Noto Sans Sinhala ExtLt"
;; "Noto Sans Sinhala Light"
;; "Noto Sans Sinhala Med"
;; "Noto Sans Sinhala SemBd"
;; "Noto Sans Sinhala SemCond"
;; "Noto Sans Sinhala SemCond Blk"
;; "Noto Sans Sinhala SemCond ExtBd"
;; "Noto Sans Sinhala SemCond ExtLt"
;; "Noto Sans Sinhala SemCond Light"
;; "Noto Sans Sinhala SemCond Med"
;; "Noto Sans Sinhala SemCond SemBd"
;; "Noto Sans Sinhala SemCond Thin"
;; "Noto Sans Sinhala Thin"
;; "Noto Sans Sinhala UI"
;; "Noto Sans Sundanese"
;; "Noto Sans Syloti Nagri"
;; "Noto Sans Symbols2"
;; "Noto Sans Symbols Blk"
;; "Noto Sans Symbols"
;; "Noto Sans Symbols ExtBd"
;; "Noto Sans Symbols ExtLt"
;; "Noto Sans Symbols Light"
;; "Noto Sans Symbols Med"
;; "Noto Sans Symbols SemBd"
;; "Noto Sans Symbols Thin"
;; "Noto Sans Syriac Eastern"
;; "Noto Sans Syriac Estrangela"
;; "Noto Sans Syriac Western"
;; "Noto Sans Tagalog"
;; "Noto Sans Tagbanwa"
;; "Noto Sans Tai Le"
;; "Noto Sans Tai Tham"
;; "Noto Sans Tai Viet"
;; "Noto Sans Tamil Blk"
;; "Noto Sans Tamil"
;; "Noto Sans Tamil Cond"
;; "Noto Sans Tamil Cond Blk"
;; "Noto Sans Tamil Cond ExtBd"
;; "Noto Sans Tamil Cond ExtLt"
;; "Noto Sans Tamil Cond Light"
;; "Noto Sans Tamil Cond Med"
;; "Noto Sans Tamil Cond SemBd"
;; "Noto Sans Tamil Cond Thin"
;; "Noto Sans Tamil ExtBd"
;; "Noto Sans Tamil ExtCond"
;; "Noto Sans Tamil ExtCond Blk"
;; "Noto Sans Tamil ExtCond ExtBd"
;; "Noto Sans Tamil ExtCond ExtLt"
;; "Noto Sans Tamil ExtCond Light"
;; "Noto Sans Tamil ExtCond Med"
;; "Noto Sans Tamil ExtCond SemBd"
;; "Noto Sans Tamil ExtCond Thin"
;; "Noto Sans Tamil ExtLt"
;; "Noto Sans Tamil Light"
;; "Noto Sans Tamil Med"
;; "Noto Sans Tamil SemBd"
;; "Noto Sans Tamil SemCond"
;; "Noto Sans Tamil SemCond Blk"
;; "Noto Sans Tamil SemCond ExtBd"
;; "Noto Sans Tamil SemCond ExtLt"
;; "Noto Sans Tamil SemCond Light"
;; "Noto Sans Tamil SemCond Med"
;; "Noto Sans Tamil SemCond SemBd"
;; "Noto Sans Tamil SemCond Thin"
;; "Noto Sans Tamil Thin"
;; "Noto Sans Tamil UI"
;; "Noto Sans Telugu"
;; "Noto Sans Telugu UI"
;; "Noto Sans Thaana"
;; "Noto Sans Thai Blk"
;; "Noto Sans Thai"
;; "Noto Sans Thai Cond"
;; "Noto Sans Thai Cond Blk"
;; "Noto Sans Thai Cond ExtBd"
;; "Noto Sans Thai Cond ExtLt"
;; "Noto Sans Thai Cond Light"
;; "Noto Sans Thai Cond Med"
;; "Noto Sans Thai Cond SemBd"
;; "Noto Sans Thai Cond Thin"
;; "Noto Sans Thai ExtBd"
;; "Noto Sans Thai ExtCond"
;; "Noto Sans Thai ExtCond Blk"
;; "Noto Sans Thai ExtCond ExtBd"
;; "Noto Sans Thai ExtCond ExtLt"
;; "Noto Sans Thai ExtCond Light"
;; "Noto Sans Thai ExtCond Med"
;; "Noto Sans Thai ExtCond SemBd"
;; "Noto Sans Thai ExtCond Thin"
;; "Noto Sans Thai ExtLt"
;; "Noto Sans Thai Light"
;; "Noto Sans Thai Med"
;; "Noto Sans Thai SemBd"
;; "Noto Sans Thai SemCond"
;; "Noto Sans Thai SemCond Blk"
;; "Noto Sans Thai SemCond ExtBd"
;; "Noto Sans Thai SemCond ExtLt"
;; "Noto Sans Thai SemCond Light"
;; "Noto Sans Thai SemCond Med"
;; "Noto Sans Thai SemCond SemBd"
;; "Noto Sans Thai SemCond Thin"
;; "Noto Sans Thai Thin"
;; "Noto Sans Thai UI Blk"
;; "Noto Sans Thai UI"
;; "Noto Sans Thai UI Cond"
;; "Noto Sans Thai UI Cond Blk"
;; "Noto Sans Thai UI Cond ExtBd"
;; "Noto Sans Thai UI Cond ExtLt"
;; "Noto Sans Thai UI Cond Light"
;; "Noto Sans Thai UI Cond Med"
;; "Noto Sans Thai UI Cond SemBd"
;; "Noto Sans Thai UI Cond Thin"
;; "Noto Sans Thai UI ExtBd"
;; "Noto Sans Thai UI ExtCond"
;; "Noto Sans Thai UI ExtCond Blk"
;; "Noto Sans Thai UI ExtCond ExtBd"
;; "Noto Sans Thai UI ExtCond ExtLt"
;; "Noto Sans Thai UI ExtCond Light"
;; "Noto Sans Thai UI ExtCond Med"
;; "Noto Sans Thai UI ExtCond SemBd"
;; "Noto Sans Thai UI ExtCond Thin"
;; "Noto Sans Thai UI ExtLt"
;; "Noto Sans Thai UI Light"
;; "Noto Sans Thai UI Med"
;; "Noto Sans Thai UI SemBd"
;; "Noto Sans Thai UI SemCond"
;; "Noto Sans Thai UI SemCond Blk"
;; "Noto Sans Thai UI SemCond ExtBd"
;; "Noto Sans Thai UI SemCond ExtLt"
;; "Noto Sans Thai UI SemCond Light"
;; "Noto Sans Thai UI SemCond Med"
;; "Noto Sans Thai UI SemCond SemBd"
;; "Noto Sans Thai UI SemCond Thin"
;; "Noto Sans Thai UI Thin"
;; "Noto Sans Thin"
;; "Noto Sans Tibetan"
;; "Noto Sans Tifinagh"
;; "Noto Sans Ugaritic"
;; "Noto Sans Vai"
;; "Noto Sans Yi"
;; "Noto Serif Armenian Bk"
;; "Noto Serif Armenian"
;; "Noto Serif Armenian Cn"
;; "Noto Serif Armenian Cn Bk"
;; "Noto Serif Armenian Cn XBd"
;; "Noto Serif Armenian Cn XLt"
;; "Noto Serif Armenian Cn Lt"
;; "Noto Serif Armenian Cn Md"
;; "Noto Serif Armenian Cn SmBd"
;; "Noto Serif Armenian Cn Th"
;; "Noto Serif Armenian XBd"
;; "Noto Serif Armenian XCn"
;; "Noto Serif Armenian XCn Bk"
;; "Noto Serif Armenian XCn XBd"
;; "Noto Serif Armenian XCn XLt"
;; "Noto Serif Armenian XCn Lt"
;; "Noto Serif Armenian XCn Md"
;; "Noto Serif Armenian XCn SmBd"
;; "Noto Serif Armenian XCn Th"
;; "Noto Serif Armenian XLt"
;; "Noto Serif Armenian Lt"
;; "Noto Serif Armenian Md"
;; "Noto Serif Armenian SmBd"
;; "Noto Serif Armenian SmCn"
;; "Noto Serif Armenian SmCn Bk"
;; "Noto Serif Armenian SmCn XBd"
;; "Noto Serif Armenian SmCn XLt"
;; "Noto Serif Armenian SmCn Lt"
;; "Noto Serif Armenian SmCn Md"
;; "Noto Serif Armenian SmCn SmBd"
;; "Noto Serif Armenian SmCn Th"
;; "Noto Serif Armenian Th"
;; "Noto Serif Bengali"
;; "Noto Serif Blk"
;; "Noto Serif"
;; "Noto Serif Cond"
;; "Noto Serif Cond Blk"
;; "Noto Serif Cond ExtBd"
;; "Noto Serif Cond ExtLt"
;; "Noto Serif Cond Light"
;; "Noto Serif Cond Med"
;; "Noto Serif Cond SemBd"
;; "Noto Serif Cond Thin"
;; "Noto Serif Devanagari"
;; "Noto Serif Disp Blk"
;; "Noto Serif Disp"
;; "Noto Serif Disp Cond"
;; "Noto Serif Disp Cond Blk"
;; "Noto Serif Disp Cond ExtBd"
;; "Noto Serif Disp Cond ExtLt"
;; "Noto Serif Disp Cond Light"
;; "Noto Serif Disp Cond Med"
;; "Noto Serif Disp Cond SemBd"
;; "Noto Serif Disp Cond Thin"
;; "Noto Serif Disp ExtBd"
;; "Noto Serif Disp ExtCond"
;; "Noto Serif Disp ExtCond Blk"
;; "Noto Serif Disp ExtCond ExtBd"
;; "Noto Serif Disp ExtCond ExtLt"
;; "Noto Serif Disp ExtCond Light"
;; "Noto Serif Disp ExtCond Med"
;; "Noto Serif Disp ExtCond SemBd"
;; "Noto Serif Disp ExtCond Thin"
;; "Noto Serif Disp ExtLt"
;; "Noto Serif Disp Light"
;; "Noto Serif Disp Med"
;; "Noto Serif Disp SemBd"
;; "Noto Serif Disp SemCond"
;; "Noto Serif Disp SemCond Blk"
;; "Noto Serif Disp SemCond ExtBd"
;; "Noto Serif Disp SemCond ExtLt"
;; "Noto Serif Disp SemCond Light"
;; "Noto Serif Disp SemCond Med"
;; "Noto Serif Disp SemCond SemBd"
;; "Noto Serif Disp SemCond Thin"
;; "Noto Serif Disp Thin"
;; "Noto Serif Ethiopic Bk"
;; "Noto Serif Ethiopic"
;; "Noto Serif Ethiopic Cn"
;; "Noto Serif Ethiopic Cn Bk"
;; "Noto Serif Ethiopic Cn XBd"
;; "Noto Serif Ethiopic Cn XLt"
;; "Noto Serif Ethiopic Cn Lt"
;; "Noto Serif Ethiopic Cn Md"
;; "Noto Serif Ethiopic Cn SmBd"
;; "Noto Serif Ethiopic Cn Th"
;; "Noto Serif Ethiopic XBd"
;; "Noto Serif Ethiopic XCn"
;; "Noto Serif Ethiopic XCn Bk"
;; "Noto Serif Ethiopic XCn XBd"
;; "Noto Serif Ethiopic XCn XLt"
;; "Noto Serif Ethiopic XCn Lt"
;; "Noto Serif Ethiopic XCn Md"
;; "Noto Serif Ethiopic XCn SmBd"
;; "Noto Serif Ethiopic XCn Th"
;; "Noto Serif Ethiopic XLt"
;; "Noto Serif Ethiopic Lt"
;; "Noto Serif Ethiopic Md"
;; "Noto Serif Ethiopic SmBd"
;; "Noto Serif Ethiopic SmCn"
;; "Noto Serif Ethiopic SmCn Bk"
;; "Noto Serif Ethiopic SmCn XBd"
;; "Noto Serif Ethiopic SmCn XLt"
;; "Noto Serif Ethiopic SmCn Lt"
;; "Noto Serif Ethiopic SmCn Md"
;; "Noto Serif Ethiopic SmCn SmBd"
;; "Noto Serif Ethiopic SmCn Th"
;; "Noto Serif Ethiopic Th"
;; "Noto Serif ExtBd"
;; "Noto Serif ExtCond"
;; "Noto Serif ExtCond Blk"
;; "Noto Serif ExtCond ExtBd"
;; "Noto Serif ExtCond ExtLt"
;; "Noto Serif ExtCond Light"
;; "Noto Serif ExtCond Med"
;; "Noto Serif ExtCond SemBd"
;; "Noto Serif ExtCond Thin"
;; "Noto Serif ExtLt"
;; "Noto Serif Georgian Bk"
;; "Noto Serif Georgian"
;; "Noto Serif Georgian Cn"
;; "Noto Serif Georgian Cn Bk"
;; "Noto Serif Georgian Cn XBd"
;; "Noto Serif Georgian Cn XLt"
;; "Noto Serif Georgian Cn Lt"
;; "Noto Serif Georgian Cn Md"
;; "Noto Serif Georgian Cn SmBd"
;; "Noto Serif Georgian Cn Th"
;; "Noto Serif Georgian XBd"
;; "Noto Serif Georgian XCn"
;; "Noto Serif Georgian XCn Bk"
;; "Noto Serif Georgian XCn XBd"
;; "Noto Serif Georgian XCn XLt"
;; "Noto Serif Georgian XCn Lt"
;; "Noto Serif Georgian XCn Md"
;; "Noto Serif Georgian XCn SmBd"
;; "Noto Serif Georgian XCn Th"
;; "Noto Serif Georgian XLt"
;; "Noto Serif Georgian Lt"
;; "Noto Serif Georgian Md"
;; "Noto Serif Georgian SmBd"
;; "Noto Serif Georgian SmCn"
;; "Noto Serif Georgian SmCn Bk"
;; "Noto Serif Georgian SmCn XBd"
;; "Noto Serif Georgian SmCn XLt"
;; "Noto Serif Georgian SmCn Lt"
;; "Noto Serif Georgian SmCn Md"
;; "Noto Serif Georgian SmCn SmBd"
;; "Noto Serif Georgian SmCn Th"
;; "Noto Serif Georgian Th"
;; "Noto Serif Gujarati"
;; "Noto Serif Hebrew Blk"
;; "Noto Serif Hebrew"
;; "Noto Serif Hebrew Cond"
;; "Noto Serif Hebrew Cond Blk"
;; "Noto Serif Hebrew Cond ExtBd"
;; "Noto Serif Hebrew Cond ExtLt"
;; "Noto Serif Hebrew Cond Light"
;; "Noto Serif Hebrew Cond Med"
;; "Noto Serif Hebrew Cond SemBd"
;; "Noto Serif Hebrew Cond Thin"
;; "Noto Serif Hebrew ExtBd"
;; "Noto Serif Hebrew ExtCond"
;; "Noto Serif Hebrew ExtCond Blk"
;; "Noto Serif Hebrew ExtCond ExtBd"
;; "Noto Serif Hebrew ExtCond ExtLt"
;; "Noto Serif Hebrew ExtCond Light"
;; "Noto Serif Hebrew ExtCond Med"
;; "Noto Serif Hebrew ExtCond SemBd"
;; "Noto Serif Hebrew ExtCond Thin"
;; "Noto Serif Hebrew ExtLt"
;; "Noto Serif Hebrew Light"
;; "Noto Serif Hebrew Med"
;; "Noto Serif Hebrew SemBd"
;; "Noto Serif Hebrew SemCond"
;; "Noto Serif Hebrew SemCond Blk"
;; "Noto Serif Hebrew SemCond ExtBd"
;; "Noto Serif Hebrew SemCond ExtLt"
;; "Noto Serif Hebrew SemCond Light"
;; "Noto Serif Hebrew SemCond Med"
;; "Noto Serif Hebrew SemCond SemBd"
;; "Noto Serif Hebrew SemCond Thin"
;; "Noto Serif Hebrew Thin"
;; "Noto Serif Kannada"
;; "Noto Serif Khmer Blk"
;; "Noto Serif Khmer"
;; "Noto Serif Khmer Cond"
;; "Noto Serif Khmer Cond Blk"
;; "Noto Serif Khmer Cond ExtBd"
;; "Noto Serif Khmer Cond ExtLt"
;; "Noto Serif Khmer Cond Light"
;; "Noto Serif Khmer Cond Med"
;; "Noto Serif Khmer Cond SemBd"
;; "Noto Serif Khmer Cond Thin"
;; "Noto Serif Khmer ExtBd"
;; "Noto Serif Khmer ExtCond"
;; "Noto Serif Khmer ExtCond Blk"
;; "Noto Serif Khmer ExtCond ExtBd"
;; "Noto Serif Khmer ExtCond ExtLt"
;; "Noto Serif Khmer ExtCond Light"
;; "Noto Serif Khmer ExtCond Med"
;; "Noto Serif Khmer ExtCond SemBd"
;; "Noto Serif Khmer ExtCond Thin"
;; "Noto Serif Khmer ExtLt"
;; "Noto Serif Khmer Light"
;; "Noto Serif Khmer Med"
;; "Noto Serif Khmer SemBd"
;; "Noto Serif Khmer SemCond"
;; "Noto Serif Khmer SemCond Blk"
;; "Noto Serif Khmer SemCond ExtBd"
;; "Noto Serif Khmer SemCond ExtLt"
;; "Noto Serif Khmer SemCond Light"
;; "Noto Serif Khmer SemCond Med"
;; "Noto Serif Khmer SemCond SemBd"
;; "Noto Serif Khmer SemCond Thin"
;; "Noto Serif Khmer Thin"
;; "Noto Serif Lao Blk"
;; "Noto Serif Lao"
;; "Noto Serif Lao Cond"
;; "Noto Serif Lao Cond Blk"
;; "Noto Serif Lao Cond ExtBd"
;; "Noto Serif Lao Cond ExtLt"
;; "Noto Serif Lao Cond Light"
;; "Noto Serif Lao Cond Med"
;; "Noto Serif Lao Cond SemBd"
;; "Noto Serif Lao Cond Thin"
;; "Noto Serif Lao ExtBd"
;; "Noto Serif Lao ExtCond"
;; "Noto Serif Lao ExtCond Blk"
;; "Noto Serif Lao ExtCond ExtBd"
;; "Noto Serif Lao ExtCond ExtLt"
;; "Noto Serif Lao ExtCond Light"
;; "Noto Serif Lao ExtCond Med"
;; "Noto Serif Lao ExtCond SemBd"
;; "Noto Serif Lao ExtCond Thin"
;; "Noto Serif Lao ExtLt"
;; "Noto Serif Lao Light"
;; "Noto Serif Lao Med"
;; "Noto Serif Lao SemBd"
;; "Noto Serif Lao SemCond"
;; "Noto Serif Lao SemCond Blk"
;; "Noto Serif Lao SemCond ExtBd"
;; "Noto Serif Lao SemCond ExtLt"
;; "Noto Serif Lao SemCond Light"
;; "Noto Serif Lao SemCond Med"
;; "Noto Serif Lao SemCond SemBd"
;; "Noto Serif Lao SemCond Thin"
;; "Noto Serif Lao Thin"
;; "Noto Serif Light"
;; "Noto Serif Malayalam"
;; "Noto Serif Med"
;; "Noto Serif Myanmar Blk"
;; "Noto Serif Myanmar"
;; "Noto Serif Myanmar Cond"
;; "Noto Serif Myanmar Cond Blk"
;; "Noto Serif Myanmar Cond ExtBd"
;; "Noto Serif Myanmar Cond ExtLt"
;; "Noto Serif Myanmar Cond Light"
;; "Noto Serif Myanmar Cond Med"
;; "Noto Serif Myanmar Cond SemBd"
;; "Noto Serif Myanmar Cond Thin"
;; "Noto Serif Myanmar ExtBd"
;; "Noto Serif Myanmar ExtCond"
;; "Noto Serif Myanmar ExtCond Blk"
;; "Noto Serif Myanmar ExtCond ExtB"
;; "Noto Serif Myanmar ExtCond ExtL"
;; "Noto Serif Myanmar ExtCond Ligh"
;; "Noto Serif Myanmar ExtCond Med"
;; "Noto Serif Myanmar ExtCond SemB"
;; "Noto Serif Myanmar ExtCond Thin"
;; "Noto Serif Myanmar ExtLt"
;; "Noto Serif Myanmar Light"
;; "Noto Serif Myanmar Med"
;; "Noto Serif Myanmar SemBd"
;; "Noto Serif Myanmar SemCond"
;; "Noto Serif Myanmar SemCond Blk"
;; "Noto Serif Myanmar SemCond ExtB"
;; "Noto Serif Myanmar SemCond ExtL"
;; "Noto Serif Myanmar SemCond Ligh"
;; "Noto Serif Myanmar SemCond Med"
;; "Noto Serif Myanmar SemCond SemB"
;; "Noto Serif Myanmar SemCond Thin"
;; "Noto Serif Myanmar Thin"
;; "Noto Serif SemBd"
;; "Noto Serif SemCond"
;; "Noto Serif SemCond Blk"
;; "Noto Serif SemCond ExtBd"
;; "Noto Serif SemCond ExtLt"
;; "Noto Serif SemCond Light"
;; "Noto Serif SemCond Med"
;; "Noto Serif SemCond SemBd"
;; "Noto Serif SemCond Thin"
;; "Noto Serif Sinhala Blk"
;; "Noto Serif Sinhala"
;; "Noto Serif Sinhala ExtBd"
;; "Noto Serif Sinhala ExtLt"
;; "Noto Serif Sinhala Light"
;; "Noto Serif Sinhala Med"
;; "Noto Serif Sinhala SemBd"
;; "Noto Serif Sinhala Thin"
;; "Noto Serif Tamil Blk"
;; "Noto Serif Tamil"
;; "Noto Serif Tamil Cond"
;; "Noto Serif Tamil Cond Blk"
;; "Noto Serif Tamil Cond ExtBd"
;; "Noto Serif Tamil Cond ExtLt"
;; "Noto Serif Tamil Cond Light"
;; "Noto Serif Tamil Cond Med"
;; "Noto Serif Tamil Cond SemBd"
;; "Noto Serif Tamil Cond Thin"
;; "Noto Serif Tamil ExtBd"
;; "Noto Serif Tamil ExtCond"
;; "Noto Serif Tamil ExtCond Blk"
;; "Noto Serif Tamil ExtCond ExtBd"
;; "Noto Serif Tamil ExtCond ExtLt"
;; "Noto Serif Tamil ExtCond Light"
;; "Noto Serif Tamil ExtCond Med"
;; "Noto Serif Tamil ExtCond SemBd"
;; "Noto Serif Tamil ExtCond Thin"
;; "Noto Serif Tamil ExtLt"
;; "Noto Serif Tamil Light"
;; "Noto Serif Tamil Med"
;; "Noto Serif Tamil SemBd"
;; "Noto Serif Tamil SemCond"
;; "Noto Serif Tamil SemCond Blk"
;; "Noto Serif Tamil SemCond ExtBd"
;; "Noto Serif Tamil SemCond ExtLt"
;; "Noto Serif Tamil SemCond Light"
;; "Noto Serif Tamil SemCond Med"
;; "Noto Serif Tamil SemCond SemBd"
;; "Noto Serif Tamil SemCond Thin"
;; "Noto Serif Tamil Thin"
;; "Noto Serif Telugu"
;; "Noto Serif Thai Blk"
;; "Noto Serif Thai"
;; "Noto Serif Thai Cond"
;; "Noto Serif Thai Cond Blk"
;; "Noto Serif Thai Cond ExtBd"
;; "Noto Serif Thai Cond ExtLt"
;; "Noto Serif Thai Cond Light"
;; "Noto Serif Thai Cond Med"
;; "Noto Serif Thai Cond SemBd"
;; "Noto Serif Thai Cond Thin"
;; "Noto Serif Thai ExtBd"
;; "Noto Serif Thai ExtCond"
;; "Noto Serif Thai ExtCond Blk"
;; "Noto Serif Thai ExtCond ExtBd"
;; "Noto Serif Thai ExtCond ExtLt"
;; "Noto Serif Thai ExtCond Light"
;; "Noto Serif Thai ExtCond Med"
;; "Noto Serif Thai ExtCond SemBd"
;; "Noto Serif Thai ExtCond Thin"
;; "Noto Serif Thai ExtLt"
;; "Noto Serif Thai Light"
;; "Noto Serif Thai Med"
;; "Ubuntu"
;; "Ubuntu Condensed"
;; "Ubuntu Light"
;; "Ubuntu Mono"
;; "Ubuntu Thin"
;; "Courier Prime Code"
;; "Amazon Ember"
;; "Bookerly"
;; "Fira Code"
;; "Fira Code Light"
;; "Fira Code Medium"
;; "Fira Code Retina"
;; "Fira Code SemiBold"
;; "Source Han Mono EL"
;; "Source Han Mono K EL"
;; "Source Han Mono SC EL"
;; "Source Han Mono TC EL"
;; "Source Han Mono HC EL"
;; "Source Han Mono L"
;; "Source Han Mono K L"
;; "Source Han Mono SC L"
;; "Source Han Mono TC L"
;; "Source Han Mono HC L"
;; "Source Han Mono N"
;; "Source Han Mono K N"
;; "Source Han Mono SC N"
;; "Source Han Mono TC N"
;; "Source Han Mono HC N"
;; "Source Han Mono"
;; "Source Han Mono K"
;; "Source Han Mono SC"
;; "Source Han Mono TC"
;; "Source Han Mono HC"
;; "Source Han Mono M"
;; "Source Han Mono K M"
;; "Source Han Mono SC M"
;; "Source Han Mono TC M"
;; "Source Han Mono HC M"
;; "Source Han Mono H"
;; "Source Han Mono K H"
;; "Source Han Mono SC H"
;; "Source Han Mono TC H"
;; "Source Han Mono HC H"
;; "Source Han Serif ExtraLight"
;; "Source Han Serif K ExtraLight"
;; "Source Han Serif SC ExtraLight"
;; "Source Han Serif TC ExtraLight"
;; "Source Han Serif Light"
;; "Source Han Serif K Light"
;; "Source Han Serif SC Light"
;; "Source Han Serif TC Light"
;; "Source Han Serif"
;; "Source Han Serif K"
;; "Source Han Serif SC"
;; "Source Han Serif TC"
;; "Source Han Serif Medium"
;; "Source Han Serif K Medium"
;; "Source Han Serif SC Medium"
;; "Source Han Serif TC Medium"
;; "Source Han Serif SemiBold"
;; "Source Han Serif K SemiBold"
;; "Source Han Serif SC SemiBold"
;; "Source Han Serif TC SemiBold"
;; "Source Han Serif Heavy"
;; "Source Han Serif K Heavy"
;; "Source Han Serif SC Heavy"
;; "Source Han Serif TC Heavy"
;; "Source Han Sans ExtraLight"
;; "Source Han Sans K ExtraLight"
;; "Source Han Sans SC ExtraLight"
;; "Source Han Sans TC ExtraLight"
;; "Source Han Sans HC ExtraLight"
;; "Source Han Sans Light"
;; "Source Han Sans K Light"
;; "Source Han Sans SC Light"
;; "Source Han Sans TC Light"
;; "Source Han Sans HC Light"
;; "Source Han Sans Normal"
;; "Source Han Sans K Normal"
;; "Source Han Sans SC Normal"
;; "Source Han Sans TC Normal"
;; "Source Han Sans HC Normal"
;; "Source Han Sans Medium"
;; "Source Han Sans K Medium"
;; "Source Han Sans SC Medium"
;; "Source Han Sans TC Medium"
;; "Source Han Sans HC Medium"
;; "Source Han Sans Heavy"
;; "Source Han Sans K Heavy"
;; "Source Han Sans SC Heavy"
;; "Source Han Sans TC Heavy"
;; "Source Han Sans HC Heavy"
;; "Source Han Sans"
;; "Source Han Sans K"
;; "Source Han Sans SC"
;; "Source Han Sans TC"
;; "Source Han Sans HC"
;; "Source Han Sans HW"
;; "Source Han Sans HW K"
;; "Source Han Sans HW SC"
;; "Source Han Sans HW TC"
;; "Source Han Sans HW HC"
;; "IBM Plex Mono"
;; "IBM Plex Mono ExtraLight"
;; "IBM Plex Mono Light"
;; "IBM Plex Mono Medium"
;; "IBM Plex Mono SemiBold"
;; "IBM Plex Mono Text"
;; "IBM Plex Mono Thin"
;; "Noto Sans CJK JP Black"
;; "Noto Sans CJK JP Bold"
;; "Noto Sans CJK JP DemiLight"
;; "Noto Sans CJK JP Light"
;; "Noto Sans CJK JP Medium"
;; "Noto Sans CJK JP Regular"
;; "Noto Sans CJK JP Thin"
;; "Noto Sans CJK KR Black"
;; "Noto Sans CJK KR Bold"
;; "Noto Sans CJK KR DemiLight"
;; "Noto Sans CJK KR Light"
;; "Noto Sans CJK KR Medium"
;; "Noto Sans CJK KR Regular"
;; "Noto Sans CJK KR Thin"
;; "Noto Sans CJK SC Black"
;; "Noto Sans CJK SC Bold"
;; "Noto Sans CJK SC DemiLight"
;; "Noto Sans CJK SC Light"
;; "Noto Sans CJK SC Medium"
;; "Noto Sans CJK SC Regular"
;; "Noto Sans CJK SC Thin"
;; "Noto Sans CJK TC Black"
;; "Noto Sans CJK TC Bold"
;; "Noto Sans CJK TC DemiLight"
;; "Noto Sans CJK TC Light"
;; "Noto Sans CJK TC Medium"
;; "Noto Sans CJK TC Regular"
;; "Noto Sans CJK TC Thin"
;; "Noto Sans Mono CJK JP Bold"
;; "Noto Sans Mono CJK JP Regular"
;; "Noto Sans Mono CJK KR Bold"
;; "Noto Sans Mono CJK KR Regular"
;; "Noto Sans Mono CJK SC Bold"
;; "Noto Sans Mono CJK SC Regular"
;; "Noto Sans Mono CJK TC Bold"
;; "Noto Sans Mono CJK TC Regular"
;; "Noto Serif CJK JP Black"
;; "Noto Serif CJK JP"
;; "Noto Serif CJK JP ExtraLight"
;; "Noto Serif CJK JP Light"
;; "Noto Serif CJK JP Medium"
;; "Noto Serif CJK JP SemiBold"
;; "Noto Serif CJK KR Black"
;; "Noto Serif CJK KR"
;; "Noto Serif CJK KR ExtraLight"
;; "Noto Serif CJK KR Light"
;; "Noto Serif CJK KR Medium"
;; "Noto Serif CJK KR SemiBold"
;; "Noto Serif CJK SC Black"
;; "Noto Serif CJK SC"
;; "Noto Serif CJK SC ExtraLight"
;; "Noto Serif CJK SC Light"
;; "Noto Serif CJK SC Medium"
;; "Noto Serif CJK SC SemiBold"
;; "Noto Serif CJK TC Black"
;; "Noto Serif CJK TC"
;; "Noto Serif CJK TC ExtraLight"
;; "Noto Serif CJK TC Light"
;; "Noto Serif CJK TC Medium"
;; "Noto Serif CJK TC SemiBold"
;; "Atkinson Hyperlegible"
;; "Arial"
;; "Arial Black"
;; "Bahnschrift Light"
;; "Bahnschrift SemiLight"
;; "Bahnschrift"
;; "Bahnschrift SemiBold"
;; "Bahnschrift Light SemiCondensed"
;; "Bahnschrift SemiLight SemiConde"
;; "Bahnschrift SemiCondensed"
;; "Bahnschrift SemiBold SemiConden"
;; "Bahnschrift Light Condensed"
;; "Bahnschrift SemiLight Condensed"
;; "Bahnschrift Condensed"
;; "Bahnschrift SemiBold Condensed"
;; "Calibri"
;; "Calibri Light"
;; "Cambria"
;; "Cambria Math"
;; "Candara"
;; "Candara Light"
;; "Comic Sans MS"
;; "Consolas"
;; "Constantia"
;; "Corbel"
;; "Corbel Light"
;; "Courier New"
;; "Ebrima"
;; "Franklin Gothic Medium"
;; "Gabriola"
;; "Gadugi"
;; "Georgia"
;; "Impact"
;; "Ink Free"
;; "Javanese Text"
;; "Leelawadee UI"
;; "Leelawadee UI Semilight"
;; "Lucida Console"
;; "Lucida Sans Unicode"
;; "Malgun Gothic"
;; "Malgun Gothic Semilight"
;; "Microsoft Himalaya"
;; "Microsoft JhengHei"
;; "Microsoft JhengHei UI"
;; "Microsoft JhengHei Light"
;; "Microsoft JhengHei UI Light"
;; "Microsoft New Tai Lue"
;; "Microsoft PhagsPa"
;; "Microsoft Sans Serif"
;; "Microsoft Tai Le"
;; "Microsoft YaHei"
;; "Microsoft YaHei UI"
;; "Microsoft YaHei Light"
;; "Microsoft YaHei UI Light"
;; "Microsoft Yi Baiti"
;; "MingLiU-ExtB"
;; "PMingLiU-ExtB"
;; "MingLiU_HKSCS-ExtB"
;; "Mongolian Baiti"
;; "MS Gothic"
;; "MS UI Gothic"
;; "MS PGothic"
;; "MV Boli"
;; "Myanmar Text"
;; "Nirmala UI"
;; "Nirmala UI Semilight"
;; "Palatino Linotype"
;; "Segoe MDL2 Assets"
;; "Segoe Print"
;; "Segoe Script"
;; "Segoe UI"
;; "Segoe UI Black"
;; "Segoe UI Emoji"
;; "Segoe UI Historic"
;; "Segoe UI Light"
;; "Segoe UI Semibold"
;; "Segoe UI Semilight"
;; "Segoe UI Symbol"
;; "SimSun"
;; "NSimSun"
;; "SimSun-ExtB"
;; "Sitka Small"
;; "Sitka Text"
;; "Sitka Subheading"
;; "Sitka Heading"
;; "Sitka Display"
;; "Sitka Banner"
;; "Sylfaen"
;; "Tahoma"
;; "Times New Roman"
;; "Trebuchet MS"
;; "Verdana"
;; "Yu Gothic"
;; "Yu Gothic UI"
;; "Yu Gothic UI Semibold"
;; "Yu Gothic Light"
;; "Yu Gothic UI Light"
;; "Yu Gothic Medium"
;; "Yu Gothic UI Semilight"
;; "HoloLens MDL2 Assets"
;; "Agency FB"
;; "Algerian"
;; "Book Antiqua"
;; "Arial Narrow"
;; "Arial Rounded MT Bold"
;; "Baskerville Old Face"
;; "Bauhaus 93"
;; "Bell MT"
;; "Bernard MT Condensed"
;; "Bodoni MT"
;; "Bodoni MT Black"
;; "Bodoni MT Condensed"
;; "Bodoni MT Poster Compressed"
;; "Bookman Old Style"
;; "Bradley Hand ITC"
;; "Britannic Bold"
;; "Berlin Sans FB"
;; "Berlin Sans FB Demi"
;; "Broadway"
;; "Brush Script MT"
;; "Californian FB"
;; "Calisto MT"
;; "Castellar"
;; "Century Schoolbook"
;; "Centaur"
;; "Century"
;; "Chiller"
;; "Colonna MT"
;; "Cooper Black"
;; "Copperplate Gothic Bold"
;; "Copperplate Gothic Light"
;; "Curlz MT"
;; "Dubai"
;; "Dubai Light"
;; "Dubai Medium"
;; "Elephant"
;; "Engravers MT"
;; "Eras Bold ITC"
;; "Eras Demi ITC"
;; "Eras Light ITC"
;; "Eras Medium ITC"
;; "Felix Titling"
;; "Forte"
;; "Franklin Gothic Book"
;; "Franklin Gothic Demi"
;; "Franklin Gothic Demi Cond"
;; "Franklin Gothic Heavy"
;; "Franklin Gothic Medium Cond"
;; "Freestyle Script"
;; "French Script MT"
;; "Footlight MT Light"
;; "Garamond"
;; "Gigi"
;; "Gill Sans MT"
;; "Gill Sans MT Condensed"
;; "Gill Sans Ultra Bold Condensed"
;; "Gill Sans Ultra Bold"
;; "Gloucester MT Extra Condensed"
;; "Gill Sans MT Ext Condensed Bold"
;; "Century Gothic"
;; "Goudy Old Style"
;; "Goudy Stout"
;; "Harlow Solid Italic"
;; "Harrington"
;; "Haettenschweiler"
;; "High Tower Text"
;; "Imprint MT Shadow"
;; "Informal Roman"
;; "Blackadder ITC"
;; "Edwardian Script ITC"
;; "Kristen ITC"
;; "Jokerman"
;; "Juice ITC"
;; "Kunstler Script"
;; "Wide Latin"
;; "Lucida Bright"
;; "Lucida Calligraphy"
;; "Leelawadee"
;; "Lucida Fax"
;; "Lucida Handwriting"
;; "Lucida Sans"
;; "Lucida Sans Typewriter"
;; "Magneto"
;; "Maiandra GD"
;; "Matura MT Script Capitals"
;; "Mistral"
;; "Modern No. 20"
;; "Microsoft Uighur"
;; "Monotype Corsiva"
;; "Niagara Engraved"
;; "Niagara Solid"
;; "OCR A Extended"
;; "Old English Text MT"
;; "Onyx"
;; "Palace Script MT"
;; "Papyrus"
;; "Parchment"
;; "Perpetua"
;; "Perpetua Titling MT"
;; "Playbill"
;; "Poor Richard"
;; "Pristina"
;; "Rage Italic"
;; "Ravie"
;; "MS Reference Sans Serif"
;; "Rockwell Condensed"
;; "Rockwell"
;; "Rockwell Extra Bold"
;; "Script MT Bold"
;; "Showcard Gothic"
;; "Snap ITC"
;; "Stencil"
;; "Tw Cen MT"
;; "Tw Cen MT Condensed"
;; "Tw Cen MT Condensed Extra Bold"
;; "Tempus Sans ITC"
;; "Viner Hand ITC"
;; "Vivaldi"
;; "Vladimir Script"
;; "DengXian"
;; "DengXian Light"
;; "FangSong"
;; "KaiTi"
;; "SimHei"
;; "icomoon"
;; "STFangsong"
;; "STKaiti"
;; "STSong"
;; "STXihei"
;; "STZhongsong"
;; "Source Code Pro Semibold"
;; "Source Code Pro Black"
;; "Source Code Pro"
;; "Source Code Pro ExtraLight"
;; "Source Code Pro Light"
;; "Source Code Pro Medium"
;; "FZCuHeiSongS-B-GB"
;; "NumberOnly"
;; "Monaco"
;; "YaHei Monaco Hybird"
;; "Menlo"
;; "DejaVu Sans"
;; "DejaVu Sans Condensed"
;; "DejaVu Sans Light"
;; "DejaVu Sans Mono"
;; "DejaVu Serif"
;; "DejaVu Serif Condensed"
;; "DejaVu Math TeX Gyre"
;; "Symbola"
;; "Noto Emoji"
;; "Noto Kufi Arabic"
;; "Noto Mono"
;; "Noto Naskh Arabic"
;; "Noto Naskh Arabic UI"
;; "Noto Nastaliq Urdu"
;; "Noto Sans AnatoHiero"
;; "Noto Sans Avestan"
;; "Noto Sans Balinese"
;; "Noto Sans Bamum"
;; "Noto Sans Batak"
;; "Noto Sans Brahmi"
;; "Noto Sans Buginese"
;; "Noto Sans Buhid"
;; "Noto Sans Canadian Aboriginal"
;; "Noto Sans Carian"
;; "Noto Sans Cham Blk"
;; "Noto Sans Cham"
;; "Noto Sans Cham ExtBd"
;; "Noto Sans Cham ExtLt"
;; "Noto Sans Cham Light"
;; "Noto Sans Cham Med"
;; "Noto Sans Cham SemBd"
;; "Noto Sans Cham Thin"
;; "Noto Sans Coptic"
;; "Noto Sans Cuneiform"
;; "Noto Sans EgyptHiero"
;; "Noto Sans Georgian Blk"
;; "Noto Sans Georgian"
;; "Noto Sans Georgian Cond"
;; "Noto Sans Georgian Cond Blk"
;; "Noto Sans Georgian Cond ExtBd"
;; "Noto Sans Georgian Cond ExtLt"
;; "Noto Sans Georgian Cond Light"
;; "Noto Sans Georgian Cond Med"
;; "Noto Sans Georgian Cond SemBd"
;; "Noto Sans Georgian Cond Thin"
;; "Noto Sans Georgian ExtBd"
;; "Noto Sans Georgian ExtCond"
;; "Noto Sans Georgian ExtCond Blk"
;; "Noto Sans Georgian ExtCond ExtB"
;; "Noto Sans Georgian ExtCond ExtL"
;; "Noto Sans Georgian ExtCond Ligh"
;; "Noto Sans Georgian ExtCond Med"
;; "Noto Sans Georgian ExtCond SemB"
;; "Noto Sans Georgian ExtCond Thin"
;; "Noto Sans Georgian ExtLt"
;; "Noto Sans Georgian Light"
;; "Noto Sans Georgian Med"
;; "Noto Sans Georgian SemBd"
;; "Noto Sans Georgian SemCond"
;; "Noto Sans Georgian SemCond Blk"
;; "Noto Sans Georgian SemCond ExtB"
;; "Noto Sans Georgian SemCond ExtL"
;; "Noto Sans Georgian SemCond Ligh"
;; "Noto Sans Georgian SemCond Med"
;; "Noto Sans Georgian SemCond SemB"
;; "Noto Sans Georgian SemCond Thin"
;; "Noto Sans Georgian Thin"
;; "Noto Sans Glagolitic"
;; "Noto Sans Gothic"
;; "Noto Sans Gujarati"
;; "Noto Sans Gujarati UI"
;; "Noto Sans Gurmukhi"
;; "Noto Sans Gurmukhi UI"
;; "Noto Sans Hanunoo"
;; "Noto Sans ImpAramaic"
;; "Noto Sans InsPahlavi"
;; "Noto Sans InsParthi"
;; "Noto Sans Kaithi"
;; "Noto Sans Kannada"
;; "Noto Sans Kannada UI"
;; "Noto Sans Kayah Li"
;; "Noto Sans Kharoshthi"
;; "Noto Sans Lao Blk"
;; "Noto Sans Lao"
;; "Noto Sans Lao Cond"
;; "Noto Sans Lao Cond Blk"
;; "Noto Sans Lao Cond ExtBd"
;; "Noto Sans Lao Cond ExtLt"
;; "Noto Sans Lao Cond Light"
;; "Noto Sans Lao Cond Med"
;; "Noto Sans Lao Cond SemBd"
;; "Noto Sans Lao Cond Thin"
;; "Noto Sans Lao ExtBd"
;; "Noto Sans Lao ExtCond"
;; "Noto Sans Lao ExtCond Blk"
;; "Noto Sans Lao ExtCond ExtBd"
;; "Noto Sans Lao ExtCond ExtLt"
;; "Noto Sans Lao ExtCond Light"
;; "Noto Sans Lao ExtCond Med"
;; "Noto Sans Lao ExtCond SemBd"
;; "Noto Sans Lao ExtCond Thin"
;; "Noto Sans Lao ExtLt"
;; "Noto Sans Lao Light"
;; "Noto Sans Lao Med"
;; "Noto Sans Lao SemBd"
;; "Noto Sans Lao SemCond"
;; "Noto Sans Lao SemCond Blk"
;; "Noto Sans Lao SemCond ExtBd"
;; "Noto Sans Lao SemCond ExtLt"
;; "Noto Sans Lao SemCond Light"
;; "Noto Sans Lao SemCond Med"
;; "Noto Sans Lao SemCond SemBd"
;; "Noto Sans Lao SemCond Thin"
;; "Noto Sans Lao Thin"
;; "Noto Sans Lao UI Blk"
;; "Noto Sans Lao UI"
;; "Noto Sans Lao UI Cond"
;; "Noto Sans Lao UI Cond Blk"
;; "Noto Sans Lao UI Cond ExtBd"
;; "Noto Sans Lao UI Cond ExtLt"
;; "Noto Sans Lao UI Cond Light"
;; "Noto Sans Lao UI Cond Med"
;; "Noto Sans Lao UI Cond SemBd"
;; "Noto Sans Lao UI Cond Thin"
;; "Noto Sans Lao UI ExtBd"
;; "Noto Sans Lao UI ExtCond"
;; "Noto Sans Lao UI ExtCond Blk"
;; "Noto Sans Lao UI ExtCond ExtBd"
;; "Noto Sans Lao UI ExtCond ExtLt"
;; "Noto Sans Lao UI ExtCond Light"
;; "Noto Sans Lao UI ExtCond Med"
;; "Noto Sans Lao UI ExtCond SemBd"
;; "Noto Sans Lao UI ExtCond Thin"
;; "Noto Sans Lao UI ExtLt"
;; "Noto Sans Lao UI Light"
;; "Noto Sans Lao UI Med"
;; "Noto Sans Lao UI SemBd"
;; "Noto Sans Lao UI SemCond"
;; "Noto Sans Lao UI SemCond Blk"
;; "Noto Sans Lao UI SemCond ExtBd"
;; "Noto Sans Lao UI SemCond ExtLt"
;; "Noto Sans Lao UI SemCond Light"
;; "Noto Sans Lao UI SemCond Med"
;; "Noto Sans Lao UI SemCond SemBd"
;; "Noto Sans Lao UI SemCond Thin"
;; "Noto Sans Lao UI Thin"
;; "Noto Sans Lepcha"
;; "Noto Sans Limbu"
;; "Noto Sans Lisu"
;; "Noto Sans Lycian"
;; "Noto Sans Lydian"
;; "Noto Sans Malayalam"
;; "Noto Sans Malayalam UI"
;; "Noto Sans Mandaic"
;; "Noto Sans Mongolian"
;; "Noto Sans NewTaiLue"
;; "Noto Sans N'Ko"
;; "Noto Sans Ol Chiki"
;; "Noto Sans Old Italic"
;; "Noto Sans OldPersian"
;; "Noto Sans Old Turkic"
;; "Noto Sans Oriya"
;; "Noto Sans Oriya UI"
;; "Noto Sans Phags Pa"
;; "Noto Sans Phoenician"
;; "Noto Sans Rejang"
;; "Noto Sans Runic"
;; "Noto Sans Samaritan"
;; "Noto Sans Saurashtra"
;; "Noto Sans Shavian"
;; "Noto Sans Sundanese"
;; "Noto Sans Syloti Nagri"
;; "Noto Sans Symbols2"
;; "Noto Sans Symbols Blk"
;; "Noto Sans Symbols"
;; "Noto Sans Symbols ExtBd"
;; "Noto Sans Symbols ExtLt"
;; "Noto Sans Symbols Light"
;; "Noto Sans Symbols Med"
;; "Noto Sans Symbols SemBd"
;; "Noto Sans Symbols Thin"
;; "Noto Sans Syriac Eastern"
;; "Noto Sans Syriac Estrangela"
;; "Noto Sans Syriac Western"
;; "Noto Sans Tagalog"
;; "Noto Sans Tagbanwa"
;; "Noto Sans Tai Le"
;; "Noto Sans Telugu"
;; "Noto Sans Telugu UI"
;; "Noto Sans Thaana"
;; "Noto Sans Tibetan"
;; "Noto Sans Tifinagh"
;; "Noto Sans Ugaritic"
;; "Noto Sans Vai"
;; "Noto Sans Yi"
;; "Noto Serif Bengali"
;; "Noto Serif Devanagari"
;; "Noto Serif Georgian Bk"
;; "Noto Serif Georgian"
;; "Noto Serif Georgian Cn"
;; "Noto Serif Georgian Cn Bk"
;; "Noto Serif Georgian Cn XBd"
;; "Noto Serif Georgian Cn XLt"
;; "Noto Serif Georgian Cn Lt"
;; "Noto Serif Georgian Cn Md"
;; "Noto Serif Georgian Cn SmBd"
;; "Noto Serif Georgian Cn Th"
;; "Noto Serif Georgian XBd"
;; "Noto Serif Georgian XCn"
;; "Noto Serif Georgian XCn Bk"
;; "Noto Serif Georgian XCn XBd"
;; "Noto Serif Georgian XCn XLt"
;; "Noto Serif Georgian XCn Lt"
;; "Noto Serif Georgian XCn Md"
;; "Noto Serif Georgian XCn SmBd"
;; "Noto Serif Georgian XCn Th"
;; "Noto Serif Georgian XLt"
;; "Noto Serif Georgian Lt"
;; "Noto Serif Georgian Md"
;; "Noto Serif Georgian SmBd"
;; "Noto Serif Georgian SmCn"
;; "Noto Serif Georgian SmCn Bk"
;; "Noto Serif Georgian SmCn XBd"
;; "Noto Serif Georgian SmCn XLt"
;; "Noto Serif Georgian SmCn Lt"
;; "Noto Serif Georgian SmCn Md"
;; "Noto Serif Georgian SmCn SmBd"
;; "Noto Serif Georgian SmCn Th"
;; "Noto Serif Georgian Th"
;; "Noto Serif Gujarati"
;; "Noto Serif Kannada"
;; "Noto Serif Lao Blk"
;; "Noto Serif Lao"
;; "Noto Serif Lao Cond"
;; "Noto Serif Lao Cond Blk"
;; "Noto Serif Lao Cond ExtBd"
;; "Noto Serif Lao Cond ExtLt"
;; "Noto Serif Lao Cond Light"
;; "Noto Serif Lao Cond Med"
;; "Noto Serif Lao Cond SemBd"
;; "Noto Serif Lao Cond Thin"
;; "Noto Serif Lao ExtBd"
;; "Noto Serif Lao ExtCond"
;; "Noto Serif Lao ExtCond Blk"
;; "Noto Serif Lao ExtCond ExtBd"
;; "Noto Serif Lao ExtCond ExtLt"
;; "Noto Serif Lao ExtCond Light"
;; "Noto Serif Lao ExtCond Med"
;; "Noto Serif Lao ExtCond SemBd"
;; "Noto Serif Lao ExtCond Thin"
;; "Noto Serif Lao ExtLt"
;; "Noto Serif Lao Light"
;; "Noto Serif Lao Med"
;; "Noto Serif Lao SemBd"
;; "Noto Serif Lao SemCond"
;; "Noto Serif Lao SemCond Blk"
;; "Noto Serif Lao SemCond ExtBd"
;; "Noto Serif Lao SemCond ExtLt"
;; "Noto Serif Lao SemCond Light"
;; "Noto Serif Lao SemCond Med"
;; "Noto Serif Lao SemCond SemBd"
;; "Noto Serif Lao SemCond Thin"
;; "Noto Serif Lao Thin"
;; "Noto Serif Malayalam"
;; "Noto Serif Tamil Blk"
;; "Noto Serif Tamil"
;; "Noto Serif Tamil Cond"
;; "Noto Serif Tamil Cond Blk"
;; "Noto Serif Tamil Cond ExtBd"
;; "Noto Serif Tamil Cond ExtLt"
;; "Noto Serif Tamil Cond Light"
;; "Noto Serif Tamil Cond Med"
;; "Noto Serif Tamil Cond SemBd"
;; "Noto Serif Tamil Cond Thin"
;; "Noto Serif Tamil ExtBd"
;; "Noto Serif Tamil ExtCond"
;; "Noto Serif Tamil ExtCond Blk"
;; "Noto Serif Tamil ExtCond ExtBd"
;; "Noto Serif Tamil ExtCond ExtLt"
;; "Noto Serif Tamil ExtCond Light"
;; "Noto Serif Tamil ExtCond Med"
;; "Noto Serif Tamil ExtCond SemBd"
;; "Noto Serif Tamil ExtCond Thin"
;; "Noto Serif Tamil ExtLt"
;; "Noto Serif Tamil Light"
;; "Noto Serif Tamil Med"
;; "Noto Serif Tamil SemBd"
;; "Noto Serif Tamil SemCond"
;; "Noto Serif Tamil SemCond Blk"
;; "Noto Serif Tamil SemCond ExtBd"
;; "Noto Serif Tamil SemCond ExtLt"
;; "Noto Serif Tamil SemCond Light"
;; "Noto Serif Tamil SemCond Med"
;; "Noto Serif Tamil SemCond SemBd"
;; "Noto Serif Tamil SemCond Thin"
;; "Noto Serif Tamil Thin"
;; "Noto Serif Telugu"
;; "Ubuntu"
;; "Ubuntu Condensed"
;; "Ubuntu Light"
;; "Ubuntu Mono"
;; "Ubuntu Thin"
;; "Courier Prime Code"
;; "Amazon Ember"
;; "Bookerly"
;; "Fira Code"
;; "Fira Code Light"
;; "Fira Code Medium"
;; "Fira Code Retina"
;; "Fira Code SemiBold"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment