summaryrefslogtreecommitdiff
path: root/language/aramaic/serto/userto.fd
blob: 534f3afbb1aa48c6296318ebdc1b0d84b3a92b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% userto.fd
%
% For the use of serto fonts within LaTeX
% Last modified 17th November 2001
%
%
%   fontencoding: u
%   fontfamily:   serto
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% It has to be used with NFSS2 only
%
\ifx\DeclareFontShape\undefined
  \message{You should not use this file but with NFSS2}
\expandafter\endinput\fi


\DeclareFontFamily{U}{serto}{}%

\DeclareFontShape{U}{serto}{m}{n}{%
   <10><10.95><12><14.4><17.28><20.74><24.88>serto10
}{}

\DeclareFontShape{U}{serto}{m}{b}{%
   <10><10.95><12><14.4><17.28><20.74><24.88>sertob10
}{}


\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%