1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
---
doc/RefCard/syntax.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- cafeobj.git.orig/doc/RefCard/syntax.tex
+++ cafeobj.git/doc/RefCard/syntax.tex
@@ -16,9 +16,9 @@
%%%%% xlatex specific
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text}
-\setromanfont[Mapping=tex-text]{Times New Roman}
-\setsansfont[Scale=MatchLowercase,Mapping=tex-text]{Gill Sans}
-\setmonofont[Scale=MatchLowercase]{Andale Mono}
+\setromanfont[Mapping=tex-text]{FreeSerif}
+\setsansfont[Scale=MatchLowercase,Mapping=tex-text]{FreeSans}
+\setmonofont[Scale=MatchLowercase]{FreeMono}
%** begin header
\makeatletter
\def\cafeobj{\textsf{CafeOBJ}}
|