We'll need the usual test case for that, a one-page file with the FM, .prj, both .inis, .mif (VERY important!), and all outputs including the log file, all in one .zip. No idea why it's not working for you.
Note: After we received the test case, we saw that the CSS file was a few days older than the rest of the files. Sure enough, the .ini had:
[CSS]
WriteCssStylesheet=Once
and evidently had been run once before setting the font mapping. Since the old stylesheet wasn't deleted, Mif2Go didn't make a new stylesheet once the mapping was added. We just deleted ohmain.css, ran it, and got the expected mapped fonts.
problem solved
For the record, the problem was that WriteCssStylesheet= defaults to Once, has to be Always to pick up changes.
Font mapping
We'll need the usual test case for that, a one-page file with the FM, .prj, both .inis, .mif (VERY important!), and all outputs including the log file, all in one .zip. No idea why it's not working for you.
Note: After we received the test case, we saw that the CSS file was a few days older than the rest of the files. Sure enough, the .ini had:
and evidently had been run once before setting the font mapping. Since the old stylesheet wasn't deleted, Mif2Go didn't make a new stylesheet once the mapping was added. We just deleted ohmain.css, ran it, and got the expected mapped fonts.