Skip to content

Commit

Permalink
fix: apply pretendard font
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousRecords committed Oct 15, 2024
1 parent 2ab122f commit d56e331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
import './index.css';
import { RouterProvider } from 'react-router-dom';
import router from './routes/Router';
import './../public/fonts/font.css';

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
Expand Down
1 change: 0 additions & 1 deletion src/styles/globalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const GlobalStyle = createGlobalStyle`
body {
margin: 0;
padding: 0;
/* 폰트 */
color: #FFFFFF;
font-family: 'Pretendard';
Expand Down

0 comments on commit d56e331

Please sign in to comment.