Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

:root {
color-scheme: dark;
--ink: #f6f7fb;
Expand Down Expand Up @@ -173,7 +175,7 @@
radial-gradient(circle at 16% 0%, rgba(110, 150, 255, 0.11), transparent 30%),
radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.045), transparent 26%),
linear-gradient(165deg, #020308 0%, #070a12 54%, #03040a 100%);
font-family: Vazirmatn, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif;
font-family: Vazirmatn, -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Tahoma, sans-serif;
-webkit-font-smoothing: antialiased;
}

Expand Down