diff --git a/.gitignore b/.gitignore index fdbdb6f..063304c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -#/src/config.ts +/src/config.ts /.idea diff --git a/public/favicon.ico b/public/favicon.ico index 94e263d..0fbe9ce 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/logo.png b/public/logo.png index 8fcded2..0fbe9ce 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/src/App.tsx b/src/App.tsx index 608810f..d05c141 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,19 +67,19 @@ const theme = createTheme({ categories: { fontWeight: 900, // or 'bold' fontSize: "1rem", - fontFamily: "Neophyte" + fontFamily: "Pretendard" }, header: { fontWeight: 900, // or 'bold' - fontSize: "1.5rem", - fontFamily: "Octuple", + fontSize: "1.9rem", + fontFamily: "Tarotheque", letterSpacing:"0.02em", }, "sub-header": { fontWeight: 700, // or 'bold' fontSize: "1.2rem", textAlign: "center", - fontFamily: "Neophyte" + fontFamily: "Pretendard" }, "article-text": { fontWeight: 900, // or 'bold' @@ -88,15 +88,15 @@ const theme = createTheme({ lineHeight: 1, color: "white", textShadow: '2px 2px 4px rgba(0, 0, 0, 0.7)', - fontFamily: "Neophyte" + fontFamily: "Pretendard" }, "alt-article-text": { fontWeight: 900, fontSize: "1.3rem", textAlign: "center", lineHeight: 1, - color: "#a33b7e", - fontFamily: "Neophyte" + color: "#923615", + fontFamily: "Pretendard" }, }, }); @@ -510,7 +510,7 @@ function App() { return (
+ className="App bg-logo_bg w-screen bg-no-repeat bg-center bg-fixed bg-background-page bg-[length:55%] h-screen overflow-y-scroll"> diff --git a/src/components/header.tsx b/src/components/header.tsx index 8d14a30..a5acb73 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -54,7 +54,7 @@ export default function Header() {