diff --git a/site.yml b/site.yml
index a906d39ab978a690e38779edda7ab4ecaf161a5e..9064af3d00194477725d716d39a52ca324bbe62a 100644
--- a/site.yml
+++ b/site.yml
@@ -399,6 +399,27 @@
     notify:
       - restart guacd
       - restart tomcat8
+  - name: Improve font rendering
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/hinting_type"
+      value: Native
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Prevent blurry fonts
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/subpixel_rendering"
+      value: Never
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Do not prevent me from using all fonts installed in the system
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/enable_bitmaps"
+      value: true
+      vtype: boolean
+    notify: reconfigure fontconfig-config
   handlers:
   - name: restart xrdp
     service: name=xrdp state=restarted
@@ -416,6 +437,27 @@
   - name: Install Skolelinux desktop applications
     package: name={{ item }} state=present
     with_lines: cat "packages/skole-desktop"
+  - name: Improve font rendering
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/hinting_type"
+      value: Native
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Prevent blurry fonts
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/subpixel_rendering"
+      value: Never
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Do not prevent me from using all fonts installed in the system
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/enable_bitmaps"
+      value: true
+      vtype: boolean
+    notify: reconfigure fontconfig-config
   - name: Install LTSP software
     package: name={{ item }} state=present
     with_items:
@@ -560,6 +602,27 @@
     with_items:
       - { section: 'Security', option: 'TerminalServerUsers', value: 'members' }
     notify: restart xrdp
+  - name: Improve font rendering
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/hinting_type"
+      value: Native
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Prevent blurry fonts
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/subpixel_rendering"
+      value: Never
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Do not prevent me from using all fonts installed in the system
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/enable_bitmaps"
+      value: true
+      vtype: boolean
+    notify: reconfigure fontconfig-config
   handlers:
   - name: restart xrdp
     service: name=xrdp state=restarted
@@ -593,6 +656,27 @@
     with_items:
       - { section: 'Security', option: 'TerminalServerUsers', value: 'users' }
     notify: restart xrdp
+  - name: Improve font rendering
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/hinting_type"
+      value: Native
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Prevent blurry fonts
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/subpixel_rendering"
+      value: Never
+      vtype: select
+    notify: reconfigure fontconfig-config
+  - name: Do not prevent me from using all fonts installed in the system
+    debconf:
+      name: fontconfig-config
+      question: "fontconfig/enable_bitmaps"
+      value: true
+      vtype: boolean
+    notify: reconfigure fontconfig-config
   handlers:
   - name: restart xrdp
     service: name=xrdp state=restarted