[Tex/LaTex] How to install and use simpsons font

fontsinstalling

How to install and use the simpsons font?
I could not use the following command:

\documentclass[a4paper]{scrartcl} 
\usepackage{simpsons} 
\begin{document} 
\Bart 
\end{document}

I use TeXLive 2011.

Best Answer

Get the style file and the tfm/mf one from CTAN, save the simpsons.tfm in TEXMFHOME/fonts/tfm/public/simpsons/, the *mf in the source part, then run texhash and it should work.

\documentclass{article}
\usepackage{simpsons}

\begin{document} 
\Lisa
\Homer
\Bart
\Marge
\Maggie
\Burns
\SNPP

\end{document}

enter image description here