From bbeb1420602bf42e98ca4b492a9be61b86c811a3 Mon Sep 17 00:00:00 2001
From: Reuben Rowe <reuben.rowe@rhul.ac.uk>
Date: Mon, 23 Sep 2024 17:20:15 +0100
Subject: [PATCH] Change font for CS1822 slides; change character for bullet
 point items.

---
 templates/impress.cs/css/cs1822.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/templates/impress.cs/css/cs1822.css b/templates/impress.cs/css/cs1822.css
index 15e1587..60550b4 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;
 }
 
-- 
GitLab