no cdn
Deploy to FTP / deploy (push) Successful in 4s

This commit is contained in:
Sebastian Molenda
2026-05-26 21:31:43 +02:00
parent 204375dd39
commit 3cf616ad11
5 changed files with 72 additions and 0 deletions
+28
View File
@@ -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;