From 0f7a739e2fdb51354a28f34546fe7de56713b389 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 3 Apr 2024 17:23:05 -0400 Subject: [PATCH] xo-unit: docs: switch doxygen label font Helvetica->lato --- docs/Doxyfile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 8d1f25ba..13dfb0fa 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -2503,7 +2503,8 @@ 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=HelveticaNeue,fontsize=10" +DOT_COMMON_ATTR = "fontname=lato,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'.