diff options
Diffstat (limited to 'macros/unicodetex/latex/fontsetup/fspkerkisot.sty')
-rw-r--r-- | macros/unicodetex/latex/fontsetup/fspkerkisot.sty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/unicodetex/latex/fontsetup/fspkerkisot.sty b/macros/unicodetex/latex/fontsetup/fspkerkisot.sty new file mode 100644 index 0000000000..8315fa6f9e --- /dev/null +++ b/macros/unicodetex/latex/fontsetup/fspkerkisot.sty @@ -0,0 +1,15 @@ +\RequirePackage{fontspec} +\defaultfontfeatures{Ligatures=TeX} + +\setmainfont[ItalicFont=Kerkis-Italic.otf, +BoldFont=Kerkis-Bold.otf, +BoldItalicFont=Kerkis-BoldItalic.otf,SmallCapsFont=Kerkis-SmallCaps.otf]{Kerkis.otf} + +\setsansfont[ItalicFont=KerkisSans-Italic.otf, +BoldFont=KerkisSans-Bold.otf, +BoldItalicFont=KerkisSans-BoldItalic.otf,SmallCapsFont=KerkisSans-SmallCaps.otf]{KerkisSans.otf} + +\RequirePackage{unicode-math} +\setmathfont{texgyrebonum-math.otf} + +\endinput
\ No newline at end of file |