Set table font globally
This commit is contained in:
parent
b347bcb400
commit
797945f509
1 changed files with 6 additions and 2 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue