I want to change the equation font to mathbf in a single equation environment, equation or align.
How do I do that? I tried
\begin{align}
\begin{mathbf}
equation1 \\
equation2
\end{mathbf}
\end{align}
and
\begin{align}
\mathbf{
equation1 \\
equation2
}
\end{align}
with no luck. It seems as if \\ breaks the \mathbf environment..?
