Update PageLoader font to Gilroy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user