diff options
author | Nao Pross <np@0hm.ch> | 2021-07-24 13:21:06 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-07-24 13:21:06 +0200 |
commit | 6058ae67ffc2281b1cc6e49b30b49288bbaec9c7 (patch) | |
tree | f89c5e3a51b40f685e5d08c8084c52cb5353f70a /tex/hsrzf.cls | |
parent | Update HSR-Stud package (diff) | |
download | FuVar-6058ae67ffc2281b1cc6e49b30b49288bbaec9c7.tar.gz FuVar-6058ae67ffc2281b1cc6e49b30b49288bbaec9c7.zip |
Fix some weird font issues
Diffstat (limited to 'tex/hsrzf.cls')
-rw-r--r-- | tex/hsrzf.cls | 3 |
1 files changed, 3 insertions, 0 deletions
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, |