blob: 816d827b24cdc63ff2e12e09332a55acfd7bf58c (
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}{%
<->vnff10%
}{}
\DeclareFontShape{T5}{cmfr}{m}{it}{%
<->vnfi10%
}{}
\endinput
|