From c3b75a72a78fd4cc1e1bd4bc345e5744872d44ef Mon Sep 17 00:00:00 2001 From: twogee Date: Tue, 19 Mar 2019 07:48:33 +0100 Subject: [PATCH] CSS contains non-ASCII quotes --- manual/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/stylesheets/style.css b/manual/stylesheets/style.css index 42982d630..5f2ad7266 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.center, h1.center, p.center { } 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;