diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7f118c9..00d1e90 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,8 +4,13 @@
-
-
+
+
+
+
+
+
+
@@ -76,7 +81,7 @@
"git-widget-placeholder": "main",
"ignore.virus.scanning.warn.message": "true",
"kotlin-language-version-configured": "true",
- "last_opened_file_path": "C:/Users/Ibrahima/IdeaProjects/omni-tools/src/assets",
+ "last_opened_file_path": "C:/Users/Ibrahima/IdeaProjects/omni-tools/public/assets",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
@@ -109,11 +114,11 @@
+
-
@@ -261,14 +266,8 @@
-
-
-
- 1719591700496
-
-
-
- 1719591700496
+
+
@@ -654,7 +653,15 @@
1740662016902
-
+
+
+ 1740662154978
+
+
+
+ 1740662154978
+
+
@@ -713,7 +720,6 @@
-
@@ -738,7 +744,8 @@
-
+
+
diff --git a/index.html b/index.html
index e830244..70ea518 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,14 @@
-
-
-
-
- Omni Tools
-
-
-
-
-
+
+
+
+
+
+ Omni Tools
+
+
+
+
+
diff --git a/public/assets/fonts/plus-jakarta/PlusJakartaSans-Italic-VariableFont_wght.ttf b/public/assets/fonts/plus-jakarta/PlusJakartaSans-Italic-VariableFont_wght.ttf
new file mode 100644
index 0000000..7de3b5b
Binary files /dev/null and b/public/assets/fonts/plus-jakarta/PlusJakartaSans-Italic-VariableFont_wght.ttf differ
diff --git a/public/assets/fonts/plus-jakarta/PlusJakartaSans-VariableFont_wght.ttf b/public/assets/fonts/plus-jakarta/PlusJakartaSans-VariableFont_wght.ttf
new file mode 100644
index 0000000..bdd4985
Binary files /dev/null and b/public/assets/fonts/plus-jakarta/PlusJakartaSans-VariableFont_wght.ttf differ
diff --git a/public/assets/fonts/plus-jakarta/plus-jakarta.css b/public/assets/fonts/plus-jakarta/plus-jakarta.css
new file mode 100644
index 0000000..19af058
--- /dev/null
+++ b/public/assets/fonts/plus-jakarta/plus-jakarta.css
@@ -0,0 +1,17 @@
+@font-face {
+ font-family: "Plus Jakarta Sans";
+ font-weight: 100 900;
+ font-display: swap;
+ font-style: normal;
+ font-named-instance: "Regular";
+ src: url("PlusJakartaSans-VariableFont_wght.ttf");
+}
+
+@font-face {
+ font-family: "Plus Jakarta Sans";
+ font-weight: 100 900;
+ font-display: swap;
+ font-style: italic;
+ font-named-instance: "Italic";
+ src: url("PlusJakartaSans-Italic-VariableFont_wght.ttf");
+}
diff --git a/src/components/index.css b/src/components/index.css
index 8844a3f..53b3bbe 100644
--- a/src/components/index.css
+++ b/src/components/index.css
@@ -5,3 +5,7 @@ a {
a:hover {
color: #030362;
}
+
+* {
+ font-family: Plus Jakarta Sans, sans-serif;
+}