blob: e0413ac4b278bdd7f87d89127705906c17e89166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>.
% This file is part of vntex. License: LPPL, version 1.3 or newer,
% according to http://www.latex-project.org/lppl.txt
\ProvidesFile{t5cmfr.fd}
[1999/05/25 v2.5h Standard LaTeX font definitions]
\DeclareFontFamily{T5}{cmfr}{\hyphenchar\font45 }
\DeclareFontShape{T5}{cmfr}{m}{n}{%
<10>vnff10%
}{}
\DeclareFontShape{T5}{cmfr}{m}{it}{%
<10>vnfi10%
}{}
\endinput
|