blob: aa8037d4040ed6f6c1dc1c5cb761e2ded5181828 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
\ProvidesFile{t1foekfont.fd}[2006/09/28 LaTeX font definitions for the FoekFont. Written by Palle Jorgensen]
\DeclareFontFamily{OT1}{foekfont}{}
\DeclareFontShape{OT1}{foekfont}{m}{n}{<->foekfont}{}
\DeclareFontShape{OT1}{foekfont}{m}{it}{<->ssub* foekfont/m/n}{}
\DeclareFontShape{OT1}{foekfont}{m}{sl}{<->ssub* foekfont/m/n}{}
\DeclareFontShape{OT1}{foekfont}{m}{sc}{<->ssub* foekfont/m/n}{}
\DeclareFontShape{OT1}{foekfont}{b}{n}{<->ssub* foekfont/m/n}{}
\DeclareFontShape{OT1}{foekfont}{b}{it}{<->ssub* foekfont/m/n}{}
\DeclareFontShape{OT1}{foekfont}{b}{sl}{<->ssub* foekfont/m/n}{}
\DeclareFontShape{OT1}{foekfont}{b}{sc}{<->ssub* foekfont/m/n}{}
\DeclareFontShape{OT1}{foekfont}{bx}{n}{<->ssub* foekfont/b/n}{}
\DeclareFontShape{OT1}{foekfont}{bx}{it}{<->ssub* foekfont/b/n}{}
\DeclareFontShape{OT1}{foekfont}{bx}{sl}{<->ssub* foekfont/b/n}{}
\DeclareFontShape{OT1}{foekfont}{bx}{sc}{<->ssub* foekfont/b/n}{}
\endinput
|