Now that has options
have a preference?
A variant of this second option is to use both names - "Tahoma, Noto Sans"
you mean something like? ```c /* Latin, Combining Diacritical Marks */ { "0000-007F, 0080-00FF, 0100-017F, 0180-024F, " - "0250-02AF, 02B0-02FF, 0300-036F", L"Tahoma" }, + "0250-02AF, 02B0-02FF, 0300-036F, " + "2000-202E, 2030-206F, 2E00-2E44", L"Tahoma, Noto Sans" },
{ "0530-058F, FB10-FB1C", L"Noto Sans Armenian" }, ```