diff --git a/core/profiles/demo_umami/themes/umami/css/base.css b/core/profiles/demo_umami/themes/umami/css/base.css
index 0a25962cff..0bcf754bf5 100644
--- a/core/profiles/demo_umami/themes/umami/css/base.css
+++ b/core/profiles/demo_umami/themes/umami/css/base.css
@@ -158,7 +158,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 +173,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 b0afce0db9..577a04b3ac 100644
--- a/core/profiles/demo_umami/themes/umami/umami.libraries.yml
+++ b/core/profiles/demo_umami/themes/umami/umami.libraries.yml
@@ -59,9 +59,13 @@ two-columns:
 
 
 webfonts:
+  remote: https://fonts.google.com
+  licence:
+    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:
