From d97c808a27783383a43fef31accf03ca3c093e0d Mon Sep 17 00:00:00 2001
From: "martin f. krafft" <madduck@madduck.net>
Date: Wed, 26 Jun 2019 16:05:12 +0200
Subject: [PATCH] switch rotis to lato

---
 .texmf/tex/latex/{koma-rotis.sty => koma-lato.sty} | 2 +-
 .texmf/tex/latex/lato-ss.sty                       | 1 +
 .texmf/tex/latex/rotis-ss.sty                      | 3 ---
 .texmf/tex/latex/tahi.lco                          | 2 +-
 .texmf/tex/latex/vertrag.sty                       | 2 +-
 5 files changed, 4 insertions(+), 6 deletions(-)
 rename .texmf/tex/latex/{koma-rotis.sty => koma-lato.sty} (60%)
 create mode 100644 .texmf/tex/latex/lato-ss.sty
 delete mode 100644 .texmf/tex/latex/rotis-ss.sty

diff --git a/.texmf/tex/latex/koma-rotis.sty b/.texmf/tex/latex/koma-lato.sty
similarity index 60%
rename from .texmf/tex/latex/koma-rotis.sty
rename to .texmf/tex/latex/koma-lato.sty
index 4d93e15..77bd964 100644
--- a/.texmf/tex/latex/koma-rotis.sty
+++ b/.texmf/tex/latex/koma-lato.sty
@@ -1,3 +1,3 @@
-\RequirePackage{rotis-ss}
+\RequirePackage{lato-ss}
 
 %\addtokomafont{sectioning}{\rmfamily}
diff --git a/.texmf/tex/latex/lato-ss.sty b/.texmf/tex/latex/lato-ss.sty
new file mode 100644
index 0000000..6b50a85
--- /dev/null
+++ b/.texmf/tex/latex/lato-ss.sty
@@ -0,0 +1 @@
+\RequirePackage[default]{lato}
diff --git a/.texmf/tex/latex/rotis-ss.sty b/.texmf/tex/latex/rotis-ss.sty
deleted file mode 100644
index 9bc8f8d..0000000
--- a/.texmf/tex/latex/rotis-ss.sty
+++ /dev/null
@@ -1,3 +0,0 @@
-\RequirePackage{rotis}
-
-\renewcommand{\familydefault}{\sfdefault}
diff --git a/.texmf/tex/latex/tahi.lco b/.texmf/tex/latex/tahi.lco
index fc43a18..6876e4c 100644
--- a/.texmf/tex/latex/tahi.lco
+++ b/.texmf/tex/latex/tahi.lco
@@ -1,6 +1,6 @@
 \ProvidesFile{tahi.lco}[2005/08/31 letter class option]
 
-\RequirePackage{koma-rotis}
+\RequirePackage{koma-lato}
 \RequirePackage{utf8}
 
 \LoadLetterOption{DIN}
diff --git a/.texmf/tex/latex/vertrag.sty b/.texmf/tex/latex/vertrag.sty
index 9dd7d75..3b239fc 100644
--- a/.texmf/tex/latex/vertrag.sty
+++ b/.texmf/tex/latex/vertrag.sty
@@ -1,4 +1,4 @@
-\RequirePackage{koma-rotis}
+\RequirePackage{koma-lato}
 \RequirePackage{utf8}
 \RequirePackage{pdf}
 \ifpdf
-- 
2.39.5