From 3cf616ad11345b4fdeb1d49f9980c986f5022795 Mon Sep 17 00:00:00 2001 From: Sebastian Molenda Date: Tue, 26 May 2026 21:31:43 +0200 Subject: [PATCH] no cdn --- fonts/Inter-Bold.ttf | 11 +++++++++++ fonts/Inter-ExtraBold.ttf | 11 +++++++++++ fonts/Inter-Medium.ttf | 11 +++++++++++ fonts/Inter-Regular.ttf | 11 +++++++++++ styles.css | 28 ++++++++++++++++++++++++++++ 5 files changed, 72 insertions(+) create mode 100644 fonts/Inter-Bold.ttf create mode 100644 fonts/Inter-ExtraBold.ttf create mode 100644 fonts/Inter-Medium.ttf create mode 100644 fonts/Inter-Regular.ttf 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 @@ + + + + + Error 404 (Not Found)!!1 + + +

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 @@ + + + + + Error 404 (Not Found)!!1 + + +

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 @@ + + + + + Error 404 (Not Found)!!1 + + +

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 @@ + + + + + Error 404 (Not Found)!!1 + + +

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;