From 4710167cd930e393ba123f54db9284e34e55713b Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Tue, 2 Mar 2021 08:11:12 +0100 Subject: [PATCH] Sans-Serif Font as standard --- src/HsH-report.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HsH-report.cls b/src/HsH-report.cls index cf56c97..0005cdd 100644 --- a/src/HsH-report.cls +++ b/src/HsH-report.cls @@ -108,6 +108,7 @@ \renewcommand{\fps@figure}{h!t} % positioning of figures \renewcommand{\fps@table}{h!t} % Positonierung of tables \renewcommand{\layercontentsmeasure}{\empty} % rulers when using draft disabled +\renewcommand{\familydefault}{\sfdefault} % Sans-Serif Font as standard \MakeOuterQuote{"} % easy quotationmarks % custom commands -- GitLab