90d488f2fa8de173d8e2fd3b999de732e885dac5
braney
  Wed Apr 23 16:37:28 2025 -0700
add more legible fonts refs #35571

diff --git src/hg/hgTracks/config.c src/hg/hgTracks/config.c
index 4e1532be09e..c4e860984a7 100644
--- src/hg/hgTracks/config.c
+++ src/hg/hgTracks/config.c
@@ -68,54 +68,66 @@
 "Helvetica-Oblique",
 "Helvetica-BoldOblique",
 "Helvetica-Narrow",
 "Helvetica-Narrow-Bold",
 "Helvetica-Narrow-Oblique",
 "Helvetica-Narrow-BoldOblique",
 "Times-Roman",
 "Times-Bold",
 "Times-Italic",
 "Times-BoldItalic",
 "Courier",
 "Courier-Bold",
 "Courier-Oblique",
 "Courier-BoldOblique",
 "ZapfChancery-MediumItalic",
+"Atkinson",
+"Atkinson-Bold",
+"Atkinson-Oblique",
+"Atkinson-BoldOblique",
+"Lexend",
+"Lexend-Bold",
 };
 
 char *freeTypeFontFiles[] = {
 "a010013l.pfb",
 "a010015l.pfb",
 "a010033l.pfb",
 "a010035l.pfb",
 "n019003l.pfb",
 "n019004l.pfb",
 "n019023l.pfb",
 "n019024l.pfb",
 "n019043l.pfb",
 "n019044l.pfb",
 "n019063l.pfb",
 "n019064l.pfb",
 "n021003l.pfb",
 "n021004l.pfb",
 "n021023l.pfb",
 "n021024l.pfb",
 "n022003l.pfb",
 "n022004l.pfb",
 "n022023l.pfb",
 "n022024l.pfb",
 "z003034l.pfb",
+"AtkinsonHyperlegible-Regular.ttf",
+"AtkinsonHyperlegible-Bold.ttf",
+"AtkinsonHyperlegible-Italic.ttf",
+"AtkinsonHyperlegible-BoldItalic.ttf",
+"Lexend-Regular.ttf",
+"Lexend-Bold.ttf",
 };
 
 char *emptyStyles[] = {
 "Normal"
 };
 
 static boolean freeTypeOn()
 {
 #ifdef USE_FREETYPE
 char *defaultState = "on";
 #else // USE_FREETYPE
 char *defaultState = "off";
 #endif // USE_FREETYPE
 
 return sameString(cfgOptionDefault("freeType", defaultState), "on");