\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{glonti}[2002/12/14 v1.0 Glonti fonts as defaults]
\RequirePackage[LCY]{fontenc}
\DeclareSymbolFont{operators}{LCY}{cgr} {m}{n}
\SetSymbolFont{operators}{bold}{LCY}{cgr} {bx}{n}
\DeclareMathAlphabet{\mathbf}{LCY}{cgr}{bx}{n}
\DeclareMathAlphabet{\mathsf}{LCY}{cgss}{m}{n}
\DeclareMathAlphabet{\mathit}{LCY}{cgr}{m}{it}
\DeclareMathAlphabet{\mathtt}{LCY}{cgtt}{m}{n}
\SetMathAlphabet\mathsf{bold}{LCY}{cgss}{bx}{n}
\SetMathAlphabet\mathit{bold}{LCY}{cgr}{bx}{it}
\renewcommand{\rmdefault}{cgr}
\renewcommand{\sfdefault}{cgss}
\renewcommand{\ttdefault}{cgtt}
\endinput
