blob: 69f1f098756a7eb530abdb6dadf93144e804f640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
%%
\ProvidesFile{ot2tempora-tosf.fd}
[2016/01/11 Font definitions for OT2/Tempora-TOsF.]
\expandafter\ifx\csname LGCscale\endcsname\relax
\let\Tempora@@scale\@empty
\else
\edef\Tempora@@scale{s*[\csname LGCscale\endcsname]}%
\fi
\DeclareFontFamily{OT2}{Tempora-TOsF}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{m}{it}{
<-> \Tempora@@scale Tempora-Italic-TOsF-ot2
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{m}{n}{
<-> \Tempora@@scale Tempora-Regular-TOsF-ot2
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{m}{sl}{
<-> ssub * Tempora-TOsF/m/it
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{b}{it}{
<-> \Tempora@@scale Tempora-BoldItalic-TOsF-ot2
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{b}{n}{
<-> \Tempora@@scale Tempora-Bold-TOsF-ot2
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{b}{sl}{
<-> ssub * Tempora-TOsF/b/it
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{bx}{n}{
<-> ssub * Tempora-TOsF/b/n
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{bx}{sl}{
<-> ssub * Tempora-TOsF/b/sl
}{}
\DeclareFontShape{OT2}{Tempora-TOsF}{bx}{it}{
<-> ssub * Tempora-TOsF/b/it
}{}
\endinput
|