diff --git a/building-presenting-slide-decks-rst2pdf/main.style b/building-presenting-slide-decks-rst2pdf/main.style
index aae8f6f..1ec6e4a 100644
--- a/building-presenting-slide-decks-rst2pdf/main.style
+++ b/building-presenting-slide-decks-rst2pdf/main.style
@@ -47,6 +47,11 @@ pageTemplates:
 
 linkColor: #24608a
 
+fontsAlias:
+    stdMono: Inconsolata-Regular
+    stdMonoBold: Inconsolata-Regular
+    stdMonoItalic: Inconsolata-Regular
+
 styles:
     normal:
         fontSize: 24
@@ -91,11 +96,11 @@ styles:
         spaceBefore: 0
 
     literal:
-        backColor: #eeeeee
+        backColor: white
         fontName: stdMono
 
     code:
-        backColor: #eeeeee
+        backColor: white
         borderWidth: 0
         fontSize: 20
         leading: 24
diff --git a/taking-flight-with-tailwind-css/main.style b/taking-flight-with-tailwind-css/main.style
index aae8f6f..1ec6e4a 100644
--- a/taking-flight-with-tailwind-css/main.style
+++ b/taking-flight-with-tailwind-css/main.style
@@ -47,6 +47,11 @@ pageTemplates:
 
 linkColor: #24608a
 
+fontsAlias:
+    stdMono: Inconsolata-Regular
+    stdMonoBold: Inconsolata-Regular
+    stdMonoItalic: Inconsolata-Regular
+
 styles:
     normal:
         fontSize: 24
@@ -91,11 +96,11 @@ styles:
         spaceBefore: 0
 
     literal:
-        backColor: #eeeeee
+        backColor: white
         fontName: stdMono
 
     code:
-        backColor: #eeeeee
+        backColor: white
         borderWidth: 0
         fontSize: 20
         leading: 24
diff --git a/test-driven-drupal/main.style b/test-driven-drupal/main.style
index dd24b6b..f8d89ef 100644
--- a/test-driven-drupal/main.style
+++ b/test-driven-drupal/main.style
@@ -47,6 +47,11 @@ pageTemplates:
 
 linkColor: #24608a
 
+fontsAlias:
+    stdMono: Inconsolata-Regular
+    stdMonoBold: Inconsolata-Regular
+    stdMonoItalic: Inconsolata-Regular
+
 styles:
     normal:
         fontSize: 24
@@ -93,11 +98,11 @@ styles:
         spaceBefore: 0
 
     literal:
-        backColor: #eeeeee
+        backColor: white
         fontName: stdMono
 
     code:
-        backColor: #eeeeee
+        backColor: white
         borderWidth: 0
         fontSize: 20
         leading: 24
diff --git a/upgrading-to-drupal-9/main.style b/upgrading-to-drupal-9/main.style
index 1465bdc..dd93668 100644
--- a/upgrading-to-drupal-9/main.style
+++ b/upgrading-to-drupal-9/main.style
@@ -40,6 +40,11 @@ pageTemplates:
  
 linkColor: #24608a
 
+fontsAlias:
+    stdMono: Inconsolata-Regular
+    stdMonoBold: Inconsolata-Regular
+    stdMonoItalic: Inconsolata-Regular
+
 styles:
     normal:
         fontSize: 28
@@ -88,11 +93,11 @@ styles:
         spaceBefore: 0
 
     literal:
-        backColor: #eeeeee
+        backColor: white
         fontName: stdMono
 
     code:
-        backColor: #eeeeee
+        backColor: white
         borderWidth: 0
         fontSize: 24
         parent: literal
diff --git a/working-with-workspace/main.style b/working-with-workspace/main.style
index cb8939b..c4c6c99 100644
--- a/working-with-workspace/main.style
+++ b/working-with-workspace/main.style
@@ -47,6 +47,11 @@ pageTemplates:
 
 linkColor: #24608a
 
+fontsAlias:
+    stdMono: Inconsolata-Regular
+    stdMonoBold: Inconsolata-Regular
+    stdMonoItalic: Inconsolata-Regular
+
 styles:
     normal:
         fontSize: 24
@@ -91,11 +96,11 @@ styles:
         spaceBefore: 0
 
     literal:
-        backColor: #eeeeee
+        backColor: white
         fontName: stdMono
 
     code:
-        backColor: #eeeeee
+        backColor: white
         borderWidth: 0
         fontSize: 20
         leading: 24
@@ -124,4 +129,4 @@ styles:
 
     text-lg:
         parent: bodytext
-        fontSize: 150%
\ No newline at end of file
+        fontSize: 150%
diff --git a/workspace.yml b/workspace.yml
index 9089932..bc07545 100644
--- a/workspace.yml
+++ b/workspace.yml
@@ -6,10 +6,11 @@ attributes:
     command: |
       = 'rst2pdf ' ~ @('rst2pdf.filename.rst') ~ '
         --break-level 1
-        --stylesheets main
+        --stylesheets main,tango
         --fit-background-mode scale
         --extension-module preprocess
-        --output ' ~ @('rst2pdf.filename.pdf')
+        --output ' ~ @('rst2pdf.filename.pdf') ~ '
+        --font-path ~/.local/share/fonts'
     filename:
       pdf: slides.pdf
       rst: slides.rst