diff --git a/templates/impress.cs/css/cs1822.css b/templates/impress.cs/css/cs1822.css
index 15e158740c000b19bab4c3ccd499004451d4ce73..60550b452dfd850b87baba0a9c3f3fe6e9cd3e01 100644
--- a/templates/impress.cs/css/cs1822.css
+++ b/templates/impress.cs/css/cs1822.css
@@ -7,7 +7,7 @@
  */
 
 .step {
-    font-family: Sans;
+    font-family: 'Liberation Sans', Arial, sans-serif;
 }
 
 .step.concept {
@@ -45,7 +45,8 @@ ul {
 }
 
 li::before {
-    content: "○ "; 
+    /* other bullet characters: ○‣▻► */
+    content: "➢ ";
     color: #00a69e;
 }