diff --git a/src/pages/SpecialGuestPage.styled.tsx b/src/pages/SpecialGuestPage.styled.tsx index 91f9bce..98b3b08 100644 --- a/src/pages/SpecialGuestPage.styled.tsx +++ b/src/pages/SpecialGuestPage.styled.tsx @@ -8,7 +8,8 @@ export const MainContent = styled.div` margin-top: 20px; position: relative; p { - text-shadow: 0px 4px 4px rgba(0, 0, 0, 25%); + text-shadow: 0px 2px 4px rgba(0, 0, 0, 25%); + font-family: "Blinker SemiBold", monospace; } `; export const BackImg = styled.img` diff --git a/src/styles/globals.ts b/src/styles/globals.ts index 8048861..4461fc2 100644 --- a/src/styles/globals.ts +++ b/src/styles/globals.ts @@ -5,7 +5,12 @@ export const GlobalStyle = createGlobalStyle` @font-face { font-family: "MesloLGS NF Bold"; - src: url("./assets/MesloLGS-NF-Bold.ttf") format("truetype"); + src: url("src/assets/MesloLGS-NF-Bold.ttf") format("truetype"); + } + + @font-face { + font-family: "Blinker SemiBold"; + src: url("src/assets/Blinker-SemiBold.ttf") format("truetype"); } body {