diff --git a/index.html b/index.html
index c6fd73b..4a5d01d 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
diff --git a/src/index.css b/src/index.css
index 1d2aedf..60ac96c 100644
--- a/src/index.css
+++ b/src/index.css
@@ -4,11 +4,11 @@
@layer base {
body {
- @apply min-h-screen bg-background text-white;
+ @apply min-h-screen bg-background text-white font-poppins;
}
body.compliant {
- @apply font-poppins;
+ @apply font-noto;
}
body.compliant p {
diff --git a/tailwind.config.js b/tailwind.config.js
index 18ce931..a5dddd8 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -21,6 +21,7 @@ export default {
fontFamily: {
default: ["ui-sans-serif", "system-ui"],
poppins: ["Poppins", "ui-sans-serif", "system-ui"],
+ noto: ["Noto Sans", "ui-sans-serif", "system-ui"],
},
},
plugins: [],