Flutter 플러터/프로젝트 셋업
커스텀 폰트 Custom Fonts- Flutter project setup 플러터 프로젝트
찬스님
2022. 7. 17. 15:23
300x250
준비물 : 폰트 파일 *.ttf
폰트 파일 출처 : https://cactus.tistory.com/306
pubspec.yaml 파일 fonts section 설정
...
flutter:
...
fonts:
- family: Pretendard
fonts:
- asset: fonts/Pretendard-Regular.ttf
...
"fonts" 경로에 폰트 파일 넣기
themeData fontFaily 설정 : pubspec.yaml 파일 내 flutter.fonts.family 문자열 입력
반응형