\documentclass{article}
\usepackage[LGR,T2A,LY1]{fontenc}
\usepackage[scale=1.0]{OldStandard}
\usepackage{lipsum}
\begin{document}
\thispagestyle{empty}

\begin{center}\huge\bf Old Standard
\end{center}


\section*{Regular}
\lipsum[1]

\section*{Small Caps}
\textsc{\lipsum[1]}

\section*{Italic}
\textit{\lipsum[2]}

\section*{Bold}

\textbf{\lipsum[3]}

\section*{Bold Italic}


\textbf{\textit{\lipsum[4]}}

\section*{Numbers}

0123456789

\noindent
X\textsu{0123456789}

\section*{LGR}


{\oldstandardlgr\noindent
 a b g d e z h j i k l m n x o p r s t u f q y w\\
 A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
}

\section*{Cyrillic}

{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi

Съешь ещё этих мягких французских булок да
выпей чаю!}

\end{document}
