Merge pull request #464 from gunir/patch-6

Disable Edge font style for Mac and Linux
This commit is contained in:
mauro 🤙
2024-08-23 09:03:50 +02:00
committed by GitHub

View File

@@ -135,9 +135,13 @@ pref('dom.script_loader.bytecode_cache.strategy', 2);
// Extremly experimental features
pref("dom.webgpu.enabled", true);
// Font rendering
// Font rendering, not for MacOSX and Linux
#ifndef XP_UNIX
#ifndef XP_MACOSX
pref('gfx.font_rendering.cleartype_params.rendering_mode', 5);
pref('gfx.font_rendering.cleartype_params.gamma', 1750);
#endif
#endif
#include better-fox.js