From 146f9e9492bbe8a3ec2cb7172447fb8669dbe1d5 Mon Sep 17 00:00:00 2001 From: ilu33 Date: Tue, 22 Dec 2015 15:19:34 +0100 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 169d4da..f9cd25d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -21,7 +21,8 @@ You can fix this by following the following steps: 1. If you use a Linux system go to Edit - Settings - Content and choose a default font other than "serif". "Liberation" and "Clear" are known to work. 2. If the icons are still not showing enter `about:config` in the navigation bar and promise to be careful 3. Search for `fonts` -4. Check that gfx.downloadable_fonts.enabled is set to true. browser.display.use_document_fonts can be set to 0. +4. Check that gfx.downloadable_fonts.enabled is set to 'true' and see whether the icons appear now. +5. If it still does not work you might have to set browser.display.use_document_fonts to '1' but that should not be necessary if you followed step 1. ***