\documentstyle[a4]{article}

\begin{document}


Here's an example of the virtual font phvr, which should be displayed
using Helvetica. We don't have Helvetica and substituting Homerton.Medium
doesn't work too well.


\newfont{\helvetica}{phvr at 12pt}
\newfont{\helveticabig}{phvr at 20pt}


\setlength{\baselineskip}{20pt}


\helvetica
Here is some text typeset in Helvetica at 12pt.

\helveticabig
Here is some text in Helvetica 20pt.

\helvetica
Let's try out some accents:
\`{o} \'{o} \"{o} \~{o} \={o} \.{o} \u{o} \v{o} \H{o} \t{oo} \c{o} \d{o} \b{o}

Let's try some symbols:
\oe \OE \ae \AE \aa \AA \o \O \l \L \ss ?` !`

Let's try some ligatures: huff files flood difficulty piffle




\end{document}
