Set table font globally

This commit is contained in:
Marcus Kammer 2024-11-07 08:10:01 +01:00
parent b347bcb400
commit 797945f509

View file

@ -85,6 +85,10 @@
\thesubsubsection\hspace{1em}% \thesubsubsection\hspace{1em}%
} }
% Set global table font to Noto Sans Condensed Light
\AtBeginEnvironment{tabular}{\fontspec{Noto Sans Condensed}}
\AtBeginEnvironment{longtable}{\fontspec{Noto Sans Condensed}}
% Caption settings % Caption settings
\captionsetup{font=small, labelfont=bf} \captionsetup{font=small, labelfont=bf}