Since the bold font in beamer is too thick, I am searching for a semi-bold font style. Does anybody know how to load the semi-bold font of "computer modern sans serif", which is the default in beamer class ?
Since a font that looks similar to "computer modern sans serif" is also OK for me, I tried other fonts (like opensans) which have predefined semi-bold font styles, but they look quite different from the default font.
A minimal working example is:
\documentclass{beamer}
\begin{document}
\begin{frame}
Normal font\\
Searching for a semi-bold style of computer modern sans serif font\\
\textbf{Bold font}
\end{frame}
\end{document}


Which tex engine are you using ? Do I need to install anything extra (am using texlive and have already installed the extra-fonts) ?
– Ashok Oct 15 '17 at 15:35