all local
Deploy to FTP / deploy (push) Successful in 6s

This commit is contained in:
Sebastian Molenda
2026-05-26 21:58:38 +02:00
parent 3cf616ad11
commit c26165bfb7
25 changed files with 1304 additions and 66 deletions
+4 -4
View File
@@ -2,28 +2,28 @@
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url('fonts/Inter-Regular.ttf') format('truetype');
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');
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');
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');
src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
}
:root {