Update font to Noto Sans
authorAdam Dullage <redacted>
Tue, 28 Nov 2023 08:14:36 +0000 (08:14 +0000)
committerAdam Dullage <redacted>
Tue, 28 Nov 2023 08:14:36 +0000 (08:14 +0000)
flatnotes/src/global.scss
flatnotes/src/index.html
flatnotes/src/toastui-editor-overrides.scss

index 2b326233f1c3124009bd47f280ebbfc5626866cb..dbba2923aed62f55ca80c3a30951ae9352f19553 100644 (file)
@@ -12,7 +12,7 @@
 body {
   background-color: var(--colour-background);
   color: var(--colour-text);
-  font-family: "Open Sans", sans-serif;
+  font-family: "Noto Sans", sans-serif;
 }
 
 a {
index 7769828767676d2be224b03b94851ecf8e8770f4..98636919d16c8aec107ffd1ca1b45b0af7203369 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=Open+Sans:wght@400&display=swap"
+      href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap"
       rel="stylesheet"
     />
 
index e38bcd0c78e49db0e0ec6c11f93cf3a4c96ac523..58e216dbc6ee5bef36ad176e13abc38b3bc102a0 100644 (file)
@@ -11,7 +11,7 @@
 // Typography
 .ProseMirror,
 .toastui-editor-contents {
-  font-family: "Open Sans", sans-serif;
+  font-family: "Noto Sans", sans-serif;
   font-size: 1rem;
 }
 
git clone https://git.99rst.org/PROJECT