I want to produce an AMS article document using only a sans-serif font. The following almost achieves this:
\documentclass{amsart}
\renewcommand{\familydefault}{\sfdefault}
...
However, section headings are still typeset in roman. How can I get also the section headings in the standard sans-serif font?