chore(print): switch all letters to sans serif font
This commit is contained in:
parent
5fcc85c9a0
commit
d973acf42b
@ -66,7 +66,8 @@ $endif$
|
|||||||
% if luatex or xetex
|
% if luatex or xetex
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\setmonofont{DejaVu Sans Mono}
|
\setmonofont{DejaVu Sans Mono}
|
||||||
\fi
|
\fi
|
||||||
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
|
|
||||||
$if(mathspec)$
|
$if(mathspec)$
|
||||||
\ifXeTeX
|
\ifXeTeX
|
||||||
|
|||||||
@ -67,6 +67,7 @@ $endif$
|
|||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\setmonofont{DejaVu Sans Mono}
|
\setmonofont{DejaVu Sans Mono}
|
||||||
\fi
|
\fi
|
||||||
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
|
|
||||||
$if(mathspec)$
|
$if(mathspec)$
|
||||||
\ifXeTeX
|
\ifXeTeX
|
||||||
|
|||||||
@ -51,15 +51,19 @@ $endif$
|
|||||||
\fi
|
\fi
|
||||||
|
|
||||||
\ifPDFTeX
|
\ifPDFTeX
|
||||||
|
\usepackage{helvet}
|
||||||
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc}
|
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage{textcomp} % provide euro and other symbols
|
\usepackage{textcomp}% provide euro and other symbols
|
||||||
\usepackage{DejaVuSansMono} % better monofont
|
\usepackage{DejaVuSansMono}% better monofont
|
||||||
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
\else
|
\else
|
||||||
% if luatex or xetex
|
% if luatex or xetex
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
|
%\setmainfont{TeXGyreHeros}%could not install the package somehow tex-gyre in default.nix/shell.nix did not work
|
||||||
|
\setmainfont{DejaVu Sans}
|
||||||
\setmonofont{DejaVu Sans Mono}
|
\setmonofont{DejaVu Sans Mono}
|
||||||
%\renewcommand{\familydefault}{\sfdefault}
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
$if(mathspec)$
|
$if(mathspec)$
|
||||||
|
|||||||
@ -932,7 +932,7 @@ fillDb = do
|
|||||||
<section>
|
<section>
|
||||||
<h3>Benötigte Unterlagen
|
<h3>Benötigte Unterlagen
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sehtest,
|
<li>Sehtest, #
|
||||||
<i>bitte vorab hochladen!
|
<i>bitte vorab hochladen!
|
||||||
<li>Regulärer Führerschein,
|
<li>Regulärer Führerschein,
|
||||||
<i>Bitte mitbringen.
|
<i>Bitte mitbringen.
|
||||||
|
|||||||
Reference in New Issue
Block a user