blob: 6347cd4d1d32c101b0f9c5228248b3067edfe9cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% Copyright 2009 Karl Berry.
% You may freely use, modify and/or distribute this file.
% ei1 is an experimental encoding for the extra glyphs included in the
% Inconsolata font but not in any common TeX encoding.
\ProvidesFile{ei4fi4.fd}[2009/05/28 EI1/Inconsolata]
\expandafter\ifx\csname fifour@scaled\endcsname\relax
\let\fifour@scaled\@empty
\fi
\DeclareFontFamily{EI1}{fi4}{}
\DeclareFontShape{EI1}{fi4}{m}{n}{
<-> \fifour@scaled ei1-inconsolata
}{}
\endinput
|