From 93e8a2b713939efb601554618c84fb47c2857f57 Mon Sep 17 00:00:00 2001 From: Matthew Hague <matthew.hague@rhul.ac.uk> Date: Fri, 6 Nov 2020 16:36:57 +0000 Subject: [PATCH] Use sans-serif not Sans --- cs1811.css | 2 +- templates/impress.cs/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cs1811.css b/cs1811.css index 05306eb..fcade79 100644 --- a/cs1811.css +++ b/cs1811.css @@ -7,7 +7,7 @@ */ .step { - font-family: Sans; + font-family: sans-serif; } .step.concept { diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css index 2c00ef0..8f37cbc 100644 --- a/templates/impress.cs/css/style.css +++ b/templates/impress.cs/css/style.css @@ -47,7 +47,7 @@ table { } body { - font-family: Sans; + font-family: sans-serif; min-height: 740px; } -- GitLab