summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorp <grr@lo2.org>2024-11-23 17:23:38 -0500
committerp <grr@lo2.org>2024-11-23 17:23:38 -0500
commit0d6fa6e8b6766e69767377f8922213a07d3abf82 (patch)
treedc3fc45f847020d7f6f3d1af48e1c811c964db0f
parent50c38bb77d782c594c15c3590b4365a8e651fb68 (diff)
downloadsal.otx-0d6fa6e8b6766e69767377f8922213a07d3abf82.tar.gz
fix font usage in ednotes
-rw-r--r--sal.otx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal.otx b/sal.otx
index 40e0806..b7b78f0 100644
--- a/sal.otx
+++ b/sal.otx
@@ -21,7 +21,7 @@
\def\turn#1{\raise 1.5ex \rotbox{180}{#1}}
\def\ld{…}\def\ae{æ}
-\def\ednote#1{\fnote{\fontfam[DejaVu]#1}}
+\def\ednote#1{\fnote{{\Dejavu\sans\rm #1}}}
% --- nested list numbering with \keepstyle
\def\iprefix#1{}
@@ -50,6 +50,7 @@
% --- my standard style
\nonfrenchspacing\raggedbottom
\baselineskip=15pt
+\fontfam[DejaVu]
\fontfam[PPWriter]
\enablemte
\typosize[11/13] \ No newline at end of file