Is it possible to make the hyphen bold without making a virtual font? I have spent about an hour now trying to figure out how to get my linebreak hyphens bold.
I understand that we cannot replace a hyphen with a symbol: Replace hyphenation character by a backwards arrow.
The hyphen takes a number as the code for the glyph in the font
\hyphenchar\font=<number>.
I have read How to create a virtual font? but want to know if I do not have to go through this to make all my hyphens bold.
MWE
\documentclass{article}
\usepackage{lipsum}
\begin{document}
\section{Introduction}
\lipsum[1]
\end{document}