blob: 6135bf288c4d49838f4db5092dee6dd2abaa0df8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% 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{t5cmssq.fd}
[1999/05/25 v2.5h Standard LaTeX font definitions]
\DeclareFontFamily{T5}{cmssq}{\hyphenchar\font45 }
\DeclareFontShape{T5}{cmssq}{m}{n}{%
<->vnssq8%
}{}
\DeclareFontShape{T5}{cmssq}{m}{sl}{%
<->vnssqi8%
}{}
\endinput
|