Custom.css can't find specific Font

Hi

I am in the Migration from Windows 10 to Windows 11 Fresh install so no upgrade.
Now I have a problem with my custom.css with the Open Dyslexic font(homepage).
I have added Open dyslexic to Control Panel\Appearance and Personalisation\Fonts (Windows). I can use the it with other software like word. Changing Multiple fonts (default and non default) workout well. But Open Dyslexic fails on my Windows 11 System while it work on Windows 10. Both Default dark theme.

By custom.css contain the following:

:root {
  --ls-font-family: "OpenDyslexic";
}

* {
  line-height: 1.6;
  font-variant-ligatures: none !important;
}

Can Somebody explain what i have to change.

Thanks in Advance

Gurrola

:root {
  --ls-font-family: "OpenDyslexic";
}

This is correct and should work. OpenDyslexic is available in four formats (eot, otf, woff, woff2), try installing a different version.

If all else fails, you can copy the necessary font file(s) inside your assets folder and import them directly from there using css.

1 Like

After the weekend the it loaded OpenDyslexic well… So probably there were some leftovers in memory…