Using lmodern package and \scshape in beamer:
\documentclass{beamer}
\usepackage{lmodern}
\begin{document}
\frame{\scshape Normal size text}
\end{document}
gives:
LaTeX Font Warning: Font shape `OT1/lmss/m/sc' in size <10.95> not available
(Font) Font shape `OT1/lmr/m/sc' tried instead on input line 5.
What is the recommended way to deal with this warning? Silencing it would be ok.
\usepackage{silence} \WarningsOff*. – Sverre May 11 '15 at 19:39\scshapethen it will not try to use that font shape. – cfr May 11 '15 at 20:40\let\scshape\relaxwould for example work. – David Carlisle May 11 '15 at 21:16\usepackage{libertine}– May 12 '15 at 04:23