blob: 4d4f112d25a1f01a9444bac1d0fe7ad2fd64e081 (
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.
\ProvidesFile{ts1fi4.fd}[2009/05/28 TS1/Inconsolata]
\expandafter\ifx\csname fifour@scaled\endcsname\relax
\let\fifour@scaled\@empty
\fi
\DeclareFontFamily{TS1}{fi4}{}
\DeclareFontShape{TS1}{fi4}{m}{n}{
<-> \fifour@scaled ts1-inconsolata
}{}
%\DeclareEncodingSubset{TS1}{fi4}{xx}
\endinput
|