본문 바로가기
카테고리 없음

[FE] React 프로젝트에 Pretendard 프리텐다드 설치

by jungsunbeen 2025. 3. 19.

https://cactus.tistory.com/306

 

Pretendard

Pretendard 프리텐다드 Pretendard 프리텐다드 글꼴 다운로드 일본어 버전 다운로드 GitHub에서 보기 system-ui를 대체하는 글꼴 Apple의 system-ui가 익숙한 나로서는 San Francisco와 Apple SD 산돌고딕 Neo가 없는

cactus.tistory.com

다운로드 후 

variable 속 PretendardVariable.ttf

public 속 font 폴더 생성 후 ttf 파일 옮기기

 

App.css (OR jsx) 에 

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

폰트페이스 설정

 

App.tsx (OR jsx) 에

font-family: 'Pretendard-Regular';

로 css 적용