Update PageLoader to use Gilroy-Bold
This commit is contained in:
@@ -41,8 +41,8 @@ export function PageLoader() {
|
||||
<div className="fixed inset-0 z-50 flex items-center justify-center bg-background pointer-events-none">
|
||||
<style>{`
|
||||
.loader-text {
|
||||
font-family: "Gilroy", sans-serif;
|
||||
font-weight: 900;
|
||||
font-family: "Gilroy-Bold", "Gilroy", sans-serif;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
font-size: 64px;
|
||||
letter-spacing: -0.06em;
|
||||
|
||||
Reference in New Issue
Block a user