Use Outfit font as Gilroy alternative for PageLoader
This commit is contained in:
@@ -40,12 +40,14 @@ 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=Outfit:wght@700;800&display=swap');
|
||||
|
||||
.loader-text {
|
||||
font-family: "Gilroy-Bold", "Gilroy", sans-serif;
|
||||
font-weight: 700;
|
||||
font-family: "Outfit", sans-serif;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
font-size: 64px;
|
||||
letter-spacing: -0.06em;
|
||||
letter-spacing: -0.02em;
|
||||
position: relative;
|
||||
color: #4361ee; /* Royal Blue */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user