I'd like to format some mathematics text with vectors using fonts consistent with the LaTeX conventions I've been using over the years. I know how to bold the text, but that doesn't change the output too much and I suspect I also have to change the font for consistency.
What font does \mathbf{x} use?
EDIT: for reference, the packages I am using are:
\usepackage{color}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{titlesec}
\usepackage{indentfirst}
but the AMS packages are probably the ones that are relevant.

pdf(la)texas the engine, if the font family in use isComputer Modern, and if the standard font size of the document is10pt, (La)TeX uses one or more ofcmbx10,cmbx8,cmbx7,cmbx6, andcmbx5when it encounters the\mathbfcommand; the exact font size depends on whether the entity in question is set intextstyle,scriptstyle, orscriptscriptstyle. – Mico Feb 24 '12 at 16:17