Notalib / LYT

m.e17.dk
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Fixes issue #501 #597

Closed thomasbrix closed 11 years ago

thomasbrix commented 11 years ago

This is a partial fix. The font used is an open source Dyslexia font, so we might need to change the actual font file. As part of this fix, the webserver needs to be configured to serve otf files. I have done that on test by adding the following lines to the web.config file:

    <staticContent>
        <remove fileExtension=".otf" />
        <mimeMap fileExtension=".otf" mimeType="font/otf" />
    </staticContent>
mzedeler commented 11 years ago

I've checked the code and run a test that the setting takes effect. All is ok, so I'll integrate now.