diff --git a/src/assets/fonts/AppleSDGothicNeoB.ttf b/public/fonts/AppleSDGothicNeoB.ttf similarity index 100% rename from src/assets/fonts/AppleSDGothicNeoB.ttf rename to public/fonts/AppleSDGothicNeoB.ttf diff --git a/src/assets/fonts/AppleSDGothicNeoH.ttf b/public/fonts/AppleSDGothicNeoH.ttf similarity index 100% rename from src/assets/fonts/AppleSDGothicNeoH.ttf rename to public/fonts/AppleSDGothicNeoH.ttf diff --git a/src/assets/fonts/AppleSDGothicNeoL.ttf b/public/fonts/AppleSDGothicNeoL.ttf similarity index 100% rename from src/assets/fonts/AppleSDGothicNeoL.ttf rename to public/fonts/AppleSDGothicNeoL.ttf diff --git a/src/assets/fonts/AppleSDGothicNeoM.ttf b/public/fonts/AppleSDGothicNeoM.ttf similarity index 100% rename from src/assets/fonts/AppleSDGothicNeoM.ttf rename to public/fonts/AppleSDGothicNeoM.ttf diff --git a/src/assets/fonts/AppleSDGothicNeoR.ttf b/public/fonts/AppleSDGothicNeoR.ttf similarity index 100% rename from src/assets/fonts/AppleSDGothicNeoR.ttf rename to public/fonts/AppleSDGothicNeoR.ttf diff --git a/src/assets/fonts/AppleSDGothicNeoT.ttf b/public/fonts/AppleSDGothicNeoT.ttf similarity index 100% rename from src/assets/fonts/AppleSDGothicNeoT.ttf rename to public/fonts/AppleSDGothicNeoT.ttf diff --git a/src/assets/fonts/AppleSDGothicNeoUL.ttf b/public/fonts/AppleSDGothicNeoUL.ttf similarity index 100% rename from src/assets/fonts/AppleSDGothicNeoUL.ttf rename to public/fonts/AppleSDGothicNeoUL.ttf diff --git a/src/assets/fonts/NanumSquareRoundB.ttf b/public/fonts/NanumSquareRoundB.ttf similarity index 100% rename from src/assets/fonts/NanumSquareRoundB.ttf rename to public/fonts/NanumSquareRoundB.ttf diff --git a/src/assets/fonts/NanumSquareRoundEB.ttf b/public/fonts/NanumSquareRoundEB.ttf similarity index 100% rename from src/assets/fonts/NanumSquareRoundEB.ttf rename to public/fonts/NanumSquareRoundEB.ttf diff --git a/src/assets/fonts/NanumSquareRoundL.ttf b/public/fonts/NanumSquareRoundL.ttf similarity index 100% rename from src/assets/fonts/NanumSquareRoundL.ttf rename to public/fonts/NanumSquareRoundL.ttf diff --git a/src/assets/fonts/NanumSquareRoundOTFB.otf b/public/fonts/NanumSquareRoundOTFB.otf similarity index 100% rename from src/assets/fonts/NanumSquareRoundOTFB.otf rename to public/fonts/NanumSquareRoundOTFB.otf diff --git a/src/assets/fonts/NanumSquareRoundR.ttf b/public/fonts/NanumSquareRoundR.ttf similarity index 100% rename from src/assets/fonts/NanumSquareRoundR.ttf rename to public/fonts/NanumSquareRoundR.ttf diff --git a/src/styles/global.js b/src/styles/global.js index 5312e3a..cbd16b5 100644 --- a/src/styles/global.js +++ b/src/styles/global.js @@ -27,59 +27,59 @@ i {font-style:normal} // 애플 SD 산돌고딕 Neo 폰트 설정 @font-face { font-family: "AppleSDGothicNeoH00"; - src: url("src/assets/fonts/AppleSDGothicNeoH.ttf") format("truetype"); + src: url("/fonts/AppleSDGothicNeoH.ttf") format("truetype"); } @font-face { font-family: "AppleSDGothicNeoB00"; - src: url("src/assets/fonts/AppleSDGothicNeoB.ttf") format("truetype"); + src: url("/fonts/AppleSDGothicNeoB.ttf") format("truetype"); } @font-face { font-family: "AppleSDGothicNeoL00"; - src: url("src/assets/fonts/AppleSDGothicNeoL.ttf") format("truetype"); + src: url("/fonts/AppleSDGothicNeoL.ttf") format("truetype"); } @font-face { font-family: "AppleSDGothicNeoUL00"; - src: url("src/assets/fonts/AppleSDGothicNeoUL.ttf") format("truetype"); + src: url("/fonts/AppleSDGothicNeoUL.ttf") format("truetype"); } @font-face { font-family: "AppleSDGothicNeoT0C"; - src: url("src/assets/fonts/AppleSDGothicNeoT.ttf") format("truetype"); + src: url("/fonts/AppleSDGothicNeoT.ttf") format("truetype"); } @font-face { font-family: "AppleSDGothicNeoR00"; - src: url("src/assets/fonts/AppleSDGothicNeoR.ttf") format("truetype"); + src: url("/fonts/AppleSDGothicNeoR.ttf") format("truetype"); } @font-face { font-family: "AppleSDGothicNeoM00"; - src: url("src/assets/fonts/AppleSDGothicNeoM.ttf") format("truetype"); + src: url("/fonts/AppleSDGothicNeoM.ttf") format("truetype"); } @font-face { font-family: "NanumSquareRoundOTF"; - src: url("src/assets/fonts/NanumSquareRoundOTFB.ttf") format("truetype"); + src: url("/fonts/NanumSquareRoundOTFB.ttf") format("truetype"); } //나눔 스퀘어 라운드 폰트 설정 @font-face { font-family: "NanumSquareRoundB"; - src: url("src/assets/fonts/NanumSquareRoundB.ttf") format("truetype"); + src: url("/fonts/NanumSquareRoundB.ttf") format("truetype"); } @font-face { font-family: "NanumSquareRoundEB"; - src: url("src/assets/fonts/NanumSquareRoundEB.ttf") format("truetype"); + src: url("/fonts/NanumSquareRoundEB.ttf") format("truetype"); } @font-face { font-family: "NanumSquareRoundR"; - src: url("src/assets/fonts/NanumSquareRoundR.ttf") format("truetype"); + src: url("/fonts/NanumSquareRoundR.ttf") format("truetype"); } @font-face { font-family: "NanumSquareRoundL"; - src: url("src/assets/fonts/NanumSquareRoundL.ttf") format("truetype"); + src: url("/fonts/NanumSquareRoundL.ttf") format("truetype"); }