diff options
Diffstat (limited to 'tex/context/base/font-ant.tex')
-rw-r--r-- | tex/context/base/font-ant.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tex/context/base/font-ant.tex b/tex/context/base/font-ant.tex new file mode 100644 index 000000000..b3e41e1d0 --- /dev/null +++ b/tex/context/base/font-ant.tex @@ -0,0 +1,28 @@ +%D \module +%D [ file=font-ant, +%D version=1998.8.25, +%D title=\CONTEXT\ Font Macros, +%D subtitle=AntykwaTorunska, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA / Hans Hagen \& Ton Otten}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +%D The Antikwa Torunska font family is a rather nice +%D and subtle one. Although primary meant for the polish +%D language, it can be used for other languages as well. + +\definefontsynonym [Serif] [AntykwaTorunska-Regular] +\definefontsynonym [SerifBold] [AntykwaTorunska-Bold] +\definefontsynonym [SerifItalic] [AntykwaTorunska-Italic] +\definefontsynonym [SerifSlanted] [AntykwaTorunska-Italic] +\definefontsynonym [SerifBoldItalic] [AntykwaTorunska-Bold] +\definefontsynonym [SerifBoldSlanted] [AntykwaTorunska-Bold] +\definefontsynonym [SerifCaps] [AntykwaTorunska-Regular] + +\definebodyfont [14.4pt,12pt,11pt,10pt,9pt,8pt,7pt] [rm] [default] + +\endinput |