diff --git a/core/profiles/demo_umami/themes/umami/css/base.css b/core/profiles/demo_umami/themes/umami/css/base.css
index a3df32d..22cb94b 100644
--- a/core/profiles/demo_umami/themes/umami/css/base.css
+++ b/core/profiles/demo_umami/themes/umami/css/base.css
@@ -71,7 +71,6 @@ button,
   font-family: 'Scope One', Georgia, serif;
   font-size: 1.2rem;
   font-weight: 400;
-  font-weight: normal;
   transition: background-color 0.5s ease;
 }
 button:hover,
@@ -158,7 +157,7 @@ h4 {
 h5 {
   font-family: 'Scope One', Georgia, serif;
   font-size: 0.889rem; /* -1 based on 1.125 modular scale (major second) */
-  font-weight: 700;
+  font-weight: 400;
   line-height: 1.2;
   margin: 0 0 1.28rem 0;
 }
@@ -173,7 +172,7 @@ h5 {
 h6 {
   font-family: 'Scope One', Georgia, serif;
   font-size: 0.79rem; /* -1 based on 1.125 modular scale (major second) */
-  font-weight: 700;
+  font-weight: 400;
   line-height: 1.2;
   margin: 0 0 1.28rem 0;
 }
diff --git a/core/profiles/demo_umami/themes/umami/umami.libraries.yml b/core/profiles/demo_umami/themes/umami/umami.libraries.yml
index 9c4b08d..299bf4a 100644
--- a/core/profiles/demo_umami/themes/umami/umami.libraries.yml
+++ b/core/profiles/demo_umami/themes/umami/umami.libraries.yml
@@ -60,9 +60,13 @@ two-columns:
 
 
 webfonts:
+  remote: https://fonts.google.com
+  license:
+    name: Apache License, Version 2.0
+    url: http://www.apache.org/licenses/LICENSE-2.0
   css:
     theme:
-      'https://fonts.googleapis.com/css?family=Open+Sans|Scope+One': { type: external, minified: true }
+      'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Scope+One': { type: external, minified: true }
 
 view-mode-highlighted-bottom:
   css:
