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