From e49159089739767806802ce84fcd1be99e3bf39c Mon Sep 17 00:00:00 2001
From: Chris Leech <cleech@redhat.com>
Date: Tue, 5 Sep 2023 17:33:33 -0700
Subject: [PATCH] switch from Source Code Pro to Noto Sans Symbols

---
 index.html                  | 2 +-
 src/components/CardBack.css | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 88f68e2..879e521 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
     <link rel="dns-prefetch" href="https://fonts.gstatic.com">
     <link rel="preconnect" crossorigin="anonymous" href="https://fonts.googleapis.com">
     <link rel="preconnect" crossorigin="anonymous" href="https://fonts.gstatic.com">
-    <link rel="stylesheet" crossorigin="anonymous" href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=IM+Fell+Great+Primer+SC&family=IM+Fell+Great+Primer:ital@0;1&family=Source+Sans+3&display=swap">
+    <link rel="stylesheet" crossorigin="anonymous" href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=IM+Fell+Great+Primer+SC&family=IM+Fell+Great+Primer:ital@0;1&family=Noto+Sans+Symbols+2&display=swap">
   </head>
   <body>
     <div id="root"></div>
diff --git a/src/components/CardBack.css b/src/components/CardBack.css
index 433b167..19be879 100644
--- a/src/components/CardBack.css
+++ b/src/components/CardBack.css
@@ -127,7 +127,7 @@ div.card-back.gbcp {
   content: "◉ ";
   font-style: normal;
   font-weight: 400;
-  font-family: "Source Sans 3", sans-serif;
+  font-family: "Noto Sans Symbols 2", sans-serif;
 }
 
 .card-back .character-trait .trait > :first-child > :nth-child(2) {