You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/13 15:58:23 UTC

[isis-antora] 02/02: changes font

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-antora.git

commit 7b1736ef094c5623d1372c02f054e56ef5050cab
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Dec 13 15:56:52 2019 +0000

    changes font
---
 src/css/vars.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/css/vars.css b/src/css/vars.css
index 8bb1d7f..7d21555 100644
--- a/src/css/vars.css
+++ b/src/css/vars.css
@@ -27,7 +27,7 @@
   --body-font-size--print: 0.9375em; /* 15px */
   --body-line-height: 1.15;
   --body-font-color: var(--color-jet-70);
-  --body-font-family: "Gotham", /* "Open Sans", "DejaVu Sans",  */ sans-serif;
+  --body-font-family: "Gotham", "Open Sans", "DejaVu Sans", sans-serif;
   --body-font-weight-bold: 500;
   --monospace-font-family: "Roboto Mono", monospace;
   --monospace-font-weight-bold: 500;