Posts made by David Scotson

Your function clean_set_fontwww($css) seems to be looking for setting:fontwww where your CSS has [[font:OpenDyslexic]], you should change the latter in your CSS to match the former.

Generally to track down what's going wrong it's best to look at the CSS that gets produced, and then search for OpenDyslexic to see how it looks after it's been processed by Moodle.

Also, though probably just a typo .h2 and h2. are incorrect, you'd just use h2 (without any dots) in your CSS to target h2 tags.
I've seen this before on Apache 2 so it's not a Windows Server thing.

As you say it has something to do with naming the theme in the url (which I do a lot during development) it seems some things don't respect that setting.
There's a few related issues already, the most directly relevant one is: MDL-37231 "Make the new SVG icons into an icon font", which in turns links to some, but not all, of the others.

Most of the discussion about Font Awesome seems to have happened in various tangential bugs like MDL-39138, so perhaps the time is right for a more direct "Use Font Awesome for all icons" issue to be opened. So here it is: MDL-40759