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