I have found out that browser.display.use_document_fonts can be used to disable font fingerprinting. I have used it in my own user.js and have not found a problem with it. I recommend adding it to this project.
// disable front fingerprinting
// test with http://www.browserleaks.com/fonts or https://panopticlick.eff.org
user_pref("browser.display.use_document_fonts", 0);
before:

after:

I have found out that
browser.display.use_document_fontscan be used to disable font fingerprinting. I have used it in my own user.js and have not found a problem with it. I recommend adding it to this project.before:


after: