diff --git a/texmf/tex/latex/mycustomstyles/komageneral.sty b/texmf/tex/latex/mycustomstyles/komageneral.sty index 84f15c85..ef6f1f8e 100644 --- a/texmf/tex/latex/mycustomstyles/komageneral.sty +++ b/texmf/tex/latex/mycustomstyles/komageneral.sty @@ -73,7 +73,7 @@ ]{subsubsection} % Define the spacing between section number and title -\renewcommand{\sectionformat}{% +\renewcommand{\sectionformat}{% \thesection\hspace{1em}% } @@ -85,6 +85,10 @@ \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 \captionsetup{font=small, labelfont=bf} @@ -129,4 +133,4 @@ breakatwhitespace=false, tabsize=2, columns=fullflexible -} \ No newline at end of file +}