Update PageLoader font to Gilroy

This commit is contained in:
CycroftX
2026-02-03 22:22:46 +05:30
parent f6423e9685
commit 414a16797e

View File

@@ -40,12 +40,9 @@ export function PageLoader() {
return (
<div className="fixed inset-0 z-50 flex items-center justify-center bg-background pointer-events-none">
<style>{`
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
.loader-text {
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-family: "Gilroy", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
font-size: 64px;
letter-spacing: -0.06em;