From 6058ae67ffc2281b1cc6e49b30b49288bbaec9c7 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 24 Jul 2021 13:21:06 +0200 Subject: Fix some weird font issues --- tex/hsrzf.cls | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tex/hsrzf.cls') diff --git a/tex/hsrzf.cls b/tex/hsrzf.cls index e929e8d..79559c9 100644 --- a/tex/hsrzf.cls +++ b/tex/hsrzf.cls @@ -57,6 +57,9 @@ \RequirePackage{kvoptions} \RequirePackage{etoolbox} +%% Default Font +\RequirePackage{lmodern} + %% Class options \SetupKeyvalOptions{ family=hsr, -- cgit v1.2.1