blob: 34d1c7f0a8f57aaa3c0c02b0dc8ff1d9708e92d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
% Copyright 2009 Karl Berry.
% You may freely use, modify and/or distribute this file.
\ProvidesFile{ot1fi4.fd}[2009/05/28 OT1/Inconsolata]
\expandafter\ifx\csname fifour@scaled\endcsname\relax
\let\fifour@scaled\@empty
\fi
\DeclareFontFamily{OT1}{fi4}{\hyphenchar\font=\m@ne}
\DeclareFontShape{OT1}{fi4}{m}{n}{
<-> \fifour@scaled rm-inconsolata
}{}
\endinput
|