Changed font-family to Poppins
authorAdam Dullage <redacted>
Sun, 3 Dec 2023 18:14:02 +0000 (18:14 +0000)
committerAdam Dullage <redacted>
Sun, 3 Dec 2023 18:14:02 +0000 (18:14 +0000)
flatnotes/src/global.scss
flatnotes/src/index.html
flatnotes/src/toastui-editor-overrides.scss

index dbba2923aed62f55ca80c3a30951ae9352f19553..44b16274d3b099b026200bea9ef36da035cfb008 100644 (file)
@@ -12,7 +12,7 @@
 body {
   background-color: var(--colour-background);
   color: var(--colour-text);
-  font-family: "Noto Sans", sans-serif;
+  font-family: "Poppins", sans-serif;
 }
 
 a {
index d6646dcbd5dcc94134a109c9f26c8d59dc621028..c1f134bbda3b645c952ddd0ed362d41d20c827ec 100644 (file)
@@ -35,7 +35,7 @@
     <link rel="preconnect" href="https://fonts.googleapis.com" />
     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
     <link
-      href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400&display=swap"
+      href="https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap"
       rel="stylesheet"
     />
 
index 4290211ce81907bfa64b5f45b8b7b928d032e4d9..71a839d13b29619a3f5e0c7ebfa40938c814308e 100644 (file)
@@ -21,7 +21,7 @@
 // Typography
 .ProseMirror,
 .toastui-editor-contents {
-  font-family: "Noto Sans", sans-serif;
+  font-family: "Poppins", sans-serif;
   font-size: 1rem;
 }
 
git clone https://git.99rst.org/PROJECT