diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tempora/ot2tempora.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/tempora/ot2tempora.fd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tempora/ot2tempora.fd b/Master/texmf-dist/tex/latex/tempora/ot2tempora.fd new file mode 100644 index 00000000000..e8e83dff96f --- /dev/null +++ b/Master/texmf-dist/tex/latex/tempora/ot2tempora.fd @@ -0,0 +1,49 @@ +%% +\ProvidesFile{ot2tempora.fd} + [2016/01/11 Font definitions for OT2/Tempora.] + +\expandafter\ifx\csname LGCscale\endcsname\relax + \let\Tempora@@scale\@empty +\else + \edef\Tempora@@scale{s*[\csname LGCscale\endcsname]}% +\fi + +\DeclareFontFamily{OT2}{Tempora}{} + +\DeclareFontShape{OT2}{Tempora}{m}{it}{ + <-> \Tempora@@scale Tempora-Italic-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{m}{n}{ + <-> \Tempora@@scale Tempora-Regular-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{m}{sl}{ + <-> ssub * Tempora/m/it +}{} + +\DeclareFontShape{OT2}{Tempora}{b}{it}{ + <-> \Tempora@@scale Tempora-BoldItalic-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{b}{n}{ + <-> \Tempora@@scale Tempora-Bold-ot2 +}{} + +\DeclareFontShape{OT2}{Tempora}{b}{sl}{ + <-> ssub * Tempora/b/it +}{} + +\DeclareFontShape{OT2}{Tempora}{bx}{n}{ + <-> ssub * Tempora/b/n +}{} + +\DeclareFontShape{OT2}{Tempora}{bx}{sl}{ + <-> ssub * Tempora/b/sl +}{} + +\DeclareFontShape{OT2}{Tempora}{bx}{it}{ + <-> ssub * Tempora/b/it +}{} + +\endinput |