From 439c2d03c2078f976441d2ab4ac24e6a327a0938 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 3 Apr 2024 15:00:26 -0400 Subject: [PATCH] xo-unit: docs: Helvetica -> HelveticaNeue --- docs/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 67b45f8c..8d1f25ba 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -2503,7 +2503,7 @@ DOT_NUM_THREADS = 0 # The default value is: fontname=Helvetica,fontsize=10. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10" +DOT_COMMON_ATTR = "fontname=HelveticaNeue,fontsize=10" # DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can # add 'arrowhead=open, arrowtail=open, arrowsize=0.5'.