From 9542c3f01456dde7ee9096aa304d3da0bf35edf4 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 30 Sep 2024 15:23:43 +0200
Subject: [PATCH] make all glos titles bold

---
 glossary.tex | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/glossary.tex b/glossary.tex
index da2c1a0..7f90523 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -4,7 +4,12 @@
 
 %%%%% Alter topicmcols style
 
-\renewcommand*{\glstopicTitleFont}[1]{\textsc{\LARGE#1}\quad\textcolor{\pageSideColor}{\hrulefill\raisebox{-3pt}{\Large\hspace{-0.1em}\flourish}}}
+\renewcommand*{\glstopicTitleFont}[1]{%
+  \textsc{\bf\LARGE#1}\quad%
+  \textcolor{\pageSideColor}{%
+    \hrulefill\raisebox{-3pt}{\Large\hspace{-0.1em}\flourish}%
+  }%
+}
 
 % Header line above topic
 %\renewcommand*{\glstopicPreSkip}{\bigLine\medskip\needspace{10\baselineskip}}
-- 
GitLab