From f3c9d8f1f3d30c07a00b8d7ea6eaa2685741cc55 Mon Sep 17 00:00:00 2001 From: Scott Wallace <scott@wallace.sh> Date: Sun, 17 Feb 2019 18:26:29 +0000 Subject: [PATCH] Fix Firefox browser fonts for pages --- .ansible/roles/desktop/vars/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible/roles/desktop/vars/common.yaml b/.ansible/roles/desktop/vars/common.yaml index fc6c26f..e406dca 100644 --- a/.ansible/roles/desktop/vars/common.yaml +++ b/.ansible/roles/desktop/vars/common.yaml @@ -1,4 +1,6 @@ firefox_user_prefs: + - name: 'browser.display.use_document_fonts' + value: '1' - name: 'browser.download.dir' value: "\"{{ '~/tmp' | expanduser }}\"" - name: 'browser.download.useDownloadDir'