I have an issue on using sans serif font 'cmss'. It works without warnings until I start to use \begin{itemize} ... \end{itemize}.
This tex file should reproduce the warnings:
Code: Select all
\documentclass[a4paper,11pt]{article}
\begin{document}
\fontfamily{cmss}
\selectfont
\begin{itemize}
\item Ipsum
\end{itemize}
\end{document}
No file OMScmss.fd
Font shape 'OMS/cmss/m/n' undefined (font) using OMS/cmsy/m/n' instead(Font) for symbol textbullet
Some font shapes were not avaible, defaults substituted.
Actually I have no problem, because it compiles just fine, but these warnings really bug me

I would me pleased if someone could help me out