diff --git a/fonts/Inter-Bold.ttf b/fonts/Inter-Bold.ttf new file mode 100644 index 0000000..c72c6d0 --- /dev/null +++ b/fonts/Inter-Bold.ttf @@ -0,0 +1,11 @@ + + + + +
404. That’s an error. +
The requested URL /s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.ttf was not found on this server. That’s all we know.
diff --git a/fonts/Inter-ExtraBold.ttf b/fonts/Inter-ExtraBold.ttf
new file mode 100644
index 0000000..c72c6d0
--- /dev/null
+++ b/fonts/Inter-ExtraBold.ttf
@@ -0,0 +1,11 @@
+
+
+
+
+
404. That’s an error. +
The requested URL /s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.ttf was not found on this server. That’s all we know.
diff --git a/fonts/Inter-Medium.ttf b/fonts/Inter-Medium.ttf
new file mode 100644
index 0000000..c72c6d0
--- /dev/null
+++ b/fonts/Inter-Medium.ttf
@@ -0,0 +1,11 @@
+
+
+
+
+
404. That’s an error. +
The requested URL /s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.ttf was not found on this server. That’s all we know.
diff --git a/fonts/Inter-Regular.ttf b/fonts/Inter-Regular.ttf
new file mode 100644
index 0000000..c72c6d0
--- /dev/null
+++ b/fonts/Inter-Regular.ttf
@@ -0,0 +1,11 @@
+
+
+
+
+
404. That’s an error. +
The requested URL /s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.ttf was not found on this server. That’s all we know.
diff --git a/styles.css b/styles.css
index b73dca2..28dd27d 100644
--- a/styles.css
+++ b/styles.css
@@ -1,3 +1,31 @@
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 400;
+ src: url('fonts/Inter-Regular.ttf') format('truetype');
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 500;
+ src: url('fonts/Inter-Medium.ttf') format('truetype');
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 700;
+ src: url('fonts/Inter-Bold.ttf') format('truetype');
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 800;
+ src: url('fonts/Inter-ExtraBold.ttf') format('truetype');
+}
+
:root {
--bg-color: #f1f5f9;
--text-color: #1e293b;