-
diff --git a/frontend/src/index.html b/frontend/src/index.html
index 3af61ec..a358355 100644
--- a/frontend/src/index.html
+++ b/frontend/src/index.html
@@ -6,8 +6,11 @@
+
+
+
-
+
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
index eeced4e..e953bc7 100644
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -2,6 +2,13 @@
module.exports = {
content: ['./src/**/*.{html,ts}'],
theme: {
+ fontFamily: {
+ inter: ['Inter', 'sans-serif'],
+ 'architects-daughter': ['"Architects Daughter"', 'sans-serif'],
+ },
+ fontSmoothing: {
+ antialiased: true
+ },
extend: {},
},
plugins: [],