Changes in Fonts

This commit is contained in:
2023-10-31 15:47:55 +01:00
parent a46cac001c
commit 8b103252e9
7 changed files with 32 additions and 38 deletions

Binary file not shown.

View File

@ -12,13 +12,11 @@ subject=beforeopening, % Placement of subject
firsthead=true % Sender address on top
]{scrlttr2}
\usepackage[utf8]{inputenc} %Das Dokument soll UTF-8-Format nutzen (wegen deutschen Umlauten).
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\usepackage[ngerman]{babel} % Explicitly load the babel package to stop an error occurring on some LaTeX installations
\setmainfont{Roboto}
\usepackage[sfdefault]{roboto}
\renewcommand*{\raggedsignature}{\raggedright} % Stop the signature from indenting
@ -38,30 +36,30 @@ firsthead=true % Sender address on top
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% ADDRESSEE
%----------------------------------------------------------------------------------------
\begin{letter}{Marie Mustermann\\Musterstraße 1\\12345 Musterstadt} % Addressee name and address
%----------------------------------------------------------------------------------------
% LETTER CONTENT
%----------------------------------------------------------------------------------------
\opening{
Sehr geehrte Frau Mustermann
}
lorem ipsum.
\closing{Mit freundlichen Grüßen,}
\setkomavar*{enclseparator}{Anhang} % Change the default "encl:" to "Attached:"
\encl{Musternachweis, Apfelstrudelrezept} % Attached documents
%----------------------------------------------------------------------------------------
\end{letter}
\end{document}