Issue with Hangfire fonts

Hi there,
I’m having an issue with fonts not being font in the Hangfire Dashboard. In our web.config I have the mimeTypes setup, which work for the other areas of our application.

Has anyone came across this issue?

       <remove fileExtension=".eot" />
        <remove fileExtension=".svg" />
        <remove fileExtension=".ttf" />
        <remove fileExtension=".woff" />
        <remove fileExtension=".woff2" />
        <mimeMap fileExtension=".eot" mimeType="application/font-eot" />
        <mimeMap fileExtension=".svg" mimeType="application/font-svg" />
        <mimeMap fileExtension=".ttf" mimeType="application/font-ttf" />
        <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
        <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />

I also had to add the following handler mapping to IIS, which I’ll be adding to our Web.config soon.