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 2020/01/22 11:45:03 UTC

[isis-antora] branch master updated: updates bundle

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


The following commit(s) were added to refs/heads/master by this push:
     new 2ea624a  updates bundle
2ea624a is described below

commit 2ea624af68522f9a12a1be30816cb843f2c934ed
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 22 11:44:47 2020 +0000

    updates bundle
---
 build/ui-bundle.zip          | Bin 314801 -> 314911 bytes
 src/css/menu-styling.css     |   6 ++++++
 src/css/vars.css             |   2 +-
 src/partials/head-styles.hbs |   1 +
 4 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index c96616b..fca9c59 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/css/menu-styling.css b/src/css/menu-styling.css
index cb8145a..0c61e4f 100644
--- a/src/css/menu-styling.css
+++ b/src/css/menu-styling.css
@@ -1,3 +1,9 @@
+a.navbar-link {
+  font-family: "Raleway", sans-serif;
+  font-weight: 700;
+  font-size: 14px;
+}
+
 nav.nav-menu span.nav-text {
   font-style: italic;
 }
diff --git a/src/css/vars.css b/src/css/vars.css
index 7d21555..60f41e6 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: "Open Sans", "DejaVu Sans", sans-serif;
   --body-font-weight-bold: 500;
   --monospace-font-family: "Roboto Mono", monospace;
   --monospace-font-weight-bold: 500;
diff --git a/src/partials/head-styles.hbs b/src/partials/head-styles.hbs
index a27b403..8957cd8 100644
--- a/src/partials/head-styles.hbs
+++ b/src/partials/head-styles.hbs
@@ -1,2 +1,3 @@
     <link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
     <link rel="stylesheet" href="{{uiRootPath}}/css/site-custom.css">
+    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800|Montserrat:300,400,700" rel="stylesheet">