Skip to content

Commit

Permalink
[#1] 폰트 및 폴더 구조 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed May 4, 2024
1 parent 91b7e0f commit f393272
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ const RootLayout = ({
}>) => {
return (
<html lang="ko" suppressHydrationWarning>
<head>
<link
href="https://hangeul.pstatic.net/hangeul_static/css/nanum-square.css"
rel="stylesheet"
/>
</head>
<body>
<Providers>{children}</Providers>
</body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 1 addition & 7 deletions src/styles/GlobalStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ import { theme } from '@/styles/theme'
import { createGlobalStyle } from 'styled-components'

const GlobalStyle = createGlobalStyle`
@font-face {
font-family: 'Noto Sans KR', sans-serif;
src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700;&family=Song+Myung&display=swap"') format('woff');
font-style: normal;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'NanumSquare', sans-serif;
&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit f393272

Please sign in to comment.