CSS contains non-ASCII quotes
diff --git a/manual/stylesheets/style.css b/manual/stylesheets/style.css
index 42982d6..5f2ad72 100644
--- a/manual/stylesheets/style.css
+++ b/manual/stylesheets/style.css
@@ -16,7 +16,7 @@
  *
  */
 body {
-    font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, serif;
+    font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", serif;
 }
 
 h2 {
@@ -184,7 +184,7 @@
 }
 
 table.attr td.left {
-    font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, serif;
+    font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", serif;
     font-size: 1rem;
     font-style: normal;
     text-align: left;