From 2c77311e6cf3a5574f263e4b9994b1db8a68d001 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 24 Dec 2022 21:17:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A8=D1=80=D0=B8=D1=84=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/wiki.latex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/wiki.latex b/templates/wiki.latex index e0d4643..606a83c 100644 --- a/templates/wiki.latex +++ b/templates/wiki.latex @@ -130,15 +130,17 @@ $endif$ $if(mainfont)$ \setmainfont[$for(mainfontoptions)$$mainfontoptions$$sep$,$endfor$]{$mainfont$} $else$ - \setmainfont[Scale=1.0]{Georgia} + \setmainfont[Scale=1.0]{PT Serif} $endif$ $if(sansfont)$ \setsansfont[$for(sansfontoptions)$$sansfontoptions$$sep$,$endfor$]{$sansfont$} +$else$ + \setmainfont[Scale=1.0]{PT Sans} $endif$ $if(monofont)$ \setmonofont[$for(monofontoptions)$$monofontoptions$$sep$,$endfor$]{$monofont$} $else$ - \setmonofont[Scale=0.75]{Pragmata Pro} + \setmonofont[Scale=0.75]{Iosevka Prog} $endif$ $for(fontfamilies)$ \newfontfamily{$fontfamilies.name$}[$for(fontfamilies.options)$$fontfamilies.options$$sep$,$endfor$]{$fontfamilies.font$}