Set correct font name for latex

This commit is contained in:
Marcus Kammer 2023-12-14 12:05:23 +01:00
parent 293094343b
commit 829f9a981b
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -178,8 +178,8 @@
\\RedeclareSectionCommand[beforeskip=-1sp,afterskip=0.1\\baselineskip]{subsubsection}
\\usepackage{fontspec}
\\defaultfontfeatures{Mapping=tex-text, RawFeature={+zero}}
\\setmainfont{Noto Serif}[BoldFont={Noto Serif Bold},ItalicFont={Noto Serif Italic}]
\\setsansfont{Noto Sans}[BoldFont={Noto Sans Bold},ItalicFont={Noto Sans Italic}]
\\setmainfont{Noto Serif Regular}[BoldFont={Noto Serif Bold},ItalicFont={Noto Serif Italic}]
\\setsansfont{Noto Sans Regular}[BoldFont={Noto Sans Bold},ItalicFont={Noto Sans Italic}]
\\setmonofont{Noto Sans Mono}[BoldFont={Noto Sans Mono Bold},Scale=0.8]
\\usepackage{geometry}
\\geometry{a4paper,left=2cm,right=2cm,top=1.6cm,bottom=1.6cm}