blob: 0ac4db64592d97077dcb1debd3c926f7dfec52e5 (
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
|
%% This is file 't1bodoni.fd'.
%%
%% (c) Copyright 2002, 2009 by
%% Antonis Tsolomitis and Ioannis Vasilogiorgakis.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
%% THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\DeclareFontFamily{T1}{bodoni}{}
\DeclareFontShape{T1}{bodoni}{m}{n}{<-> s * [0.955] bodonirg9a}{}
\DeclareFontShape{T1}{bodoni}{m}{it}{<-> s * [0.955] bodonii9a}{}
\DeclareFontShape{T1}{bodoni}{b}{n}{<-> s * [0.955] bodonib9a}{}
\DeclareFontShape{T1}{bodoni}{b}{it}{<-> s * [0.955] bodonibi9a}{}
\DeclareFontShape{T1}{bodoni}{m}{sc}{<-> s * [0.955] bodonisc9a}{}
\DeclareFontShape{T1}{bodoni}{m}{sl}{<-> s * [0.955] bodonio9a}{}
\DeclareFontShape{T1}{bodoni}{b}{sl}{<-> s * [0.955] bodonibo9a}{}
\DeclareFontShape{T1}{bodoni}{m}{sco}{<-> s * [0.955] bodonisco9a}{}
\DeclareFontShape{T1}{bodoni}{bx}{n}{<-> s * [0.955] bodonib9a}{}
\DeclareFontShape{T1}{bodoni}{bx}{it}{<-> s * [0.955] bodonibi9a}{}
\DeclareFontShape{T1}{bodoni}{bx}{sl}{<-> s * [0.955] bodonibo9a}{}
\endinput
%%
%% End of file 't1bodoni.fd'.
|