diff --git a/static/css/styles.css b/static/css/styles.css
index 1ac8d28..ae5b990 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -4,7 +4,10 @@
margin: 0px;
border: none;
}
+@font-face {
+ font-family: Inter;
+}
/* Links */
diff --git a/static/fonts/inter/Inter-Black.ttf b/static/fonts/inter/Inter-Black.ttf
new file mode 100644
index 0000000..5aecf7d
Binary files /dev/null and b/static/fonts/inter/Inter-Black.ttf differ
diff --git a/static/fonts/inter/Inter-Bold.ttf b/static/fonts/inter/Inter-Bold.ttf
new file mode 100644
index 0000000..8e82c70
Binary files /dev/null and b/static/fonts/inter/Inter-Bold.ttf differ
diff --git a/static/fonts/inter/Inter-ExtraBold.ttf b/static/fonts/inter/Inter-ExtraBold.ttf
new file mode 100644
index 0000000..cb4b821
Binary files /dev/null and b/static/fonts/inter/Inter-ExtraBold.ttf differ
diff --git a/static/fonts/inter/Inter-ExtraLight.ttf b/static/fonts/inter/Inter-ExtraLight.ttf
new file mode 100644
index 0000000..64aee30
Binary files /dev/null and b/static/fonts/inter/Inter-ExtraLight.ttf differ
diff --git a/static/fonts/inter/Inter-Light.ttf b/static/fonts/inter/Inter-Light.ttf
new file mode 100644
index 0000000..9e265d8
Binary files /dev/null and b/static/fonts/inter/Inter-Light.ttf differ
diff --git a/static/fonts/inter/Inter-Medium.ttf b/static/fonts/inter/Inter-Medium.ttf
new file mode 100644
index 0000000..b53fb1c
Binary files /dev/null and b/static/fonts/inter/Inter-Medium.ttf differ
diff --git a/static/fonts/inter/Inter-Regular.ttf b/static/fonts/inter/Inter-Regular.ttf
new file mode 100644
index 0000000..8d4eebf
Binary files /dev/null and b/static/fonts/inter/Inter-Regular.ttf differ
diff --git a/static/fonts/inter/Inter-SemiBold.ttf b/static/fonts/inter/Inter-SemiBold.ttf
new file mode 100644
index 0000000..c6aeeb1
Binary files /dev/null and b/static/fonts/inter/Inter-SemiBold.ttf differ
diff --git a/static/fonts/inter/Inter-Thin.ttf b/static/fonts/inter/Inter-Thin.ttf
new file mode 100644
index 0000000..7aed55d
Binary files /dev/null and b/static/fonts/inter/Inter-Thin.ttf differ
diff --git a/templates/inter/meta.html b/templates/inter/meta.html
index 6a4e864..564c9fb 100644
--- a/templates/inter/meta.html
+++ b/templates/inter/meta.html
@@ -3,8 +3,7 @@
+
+
-
-
-
\ No newline at end of file
diff --git a/templates/pages/profile/p_login.html b/templates/pages/profile/p_login.html
index ba86bac..20bdd24 100644
--- a/templates/pages/profile/p_login.html
+++ b/templates/pages/profile/p_login.html
@@ -4,6 +4,8 @@
{% block meta %}
+
+
{% endblock %}
{% block content %}