I am trying to use Hershey Old English Font. The code I am using is,
\documentclass[danish,a4paper,11pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{slantsc}
\usepackage{array}
\usepackage{amsmath}
\setkomafont{subsection}{\usefont{T1}{fvm}{m}{n}}
\setkomafont{section}{\usefont{T1}{fvs}{b}{n}\Large}
\setcounter{secnumdepth}{0}
\pagestyle{empty}
\newfont{\hge}{hge scaled 1500}
\begin{document}
\section*{Hershey Old English Font}
\subsection*{\textbackslash hge}
\normalfont\hge
\input catalogue
\newpage
\normalfont\hge
\input fonttable
\end{document}
But I get the following error message,
Running hbf2gf.exe...
hbf2gf (CJK ver. 4.8.4)
Couldn't find `h.cfg'
miktex-maketfm: No creation rule for font hge.
! Font \hge=hge scaled 1500 not loadable: Metric (TFM) file not found.
<to be read again>
\relax
l.11 \newfont{\hge}{hge scaled 1500}
?
The same code isn't working in Overleaf either. How to solve this problem?