blob: 63de124c90d019ffb50ef83d88da13832a61bfa6 (
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{t1fi4.fd}[2009/05/28 T1/Inconsolata]
\expandafter\ifx\csname fifour@scaled\endcsname\relax
\let\fifour@scaled\@empty
\fi
\DeclareFontFamily{T1}{fi4}{\hyphenchar\font=\m@ne}
\DeclareFontShape{T1}{fi4}{m}{n}{
<-> \fifour@scaled ec-inconsolata
}{}
\endinput
|