Skip to content

SUIT ExtraBold 기반 Title1/Title2 텍스트 스타일 추가#91

Merged
moondev03 merged 2 commits intodevelopfrom
feat/#90-textstyle-addition
Apr 2, 2026
Merged

SUIT ExtraBold 기반 Title1/Title2 텍스트 스타일 추가#91
moondev03 merged 2 commits intodevelopfrom
feat/#90-textstyle-addition

Conversation

@moondev03
Copy link
Copy Markdown
Member

@moondev03 moondev03 commented Apr 2, 2026

📌 작업 내용

  • SUIT ExtraBold 기반 Title1/Title2 텍스트 스타일 추가

🧩 관련 이슈


📸 스크린샷

image

📢 논의하고 싶은 내용

Summary by CodeRabbit

릴리스 노트

  • 새로운 기능
    • 디자인 시스템의 타이틀 텍스트에 추가 굵은 글씨체 옵션이 추가되었습니다.
    • Title1과 Title2에 대한 새로운 텍스트 스타일 변형이 제공됩니다.
    • 향상된 타이포그래피 선택지로 UI 디자인의 계층 구조를 더욱 명확하게 표현할 수 있습니다.

@moondev03 moondev03 self-assigned this Apr 2, 2026
@moondev03 moondev03 requested a review from HamBeomJoon as a code owner April 2, 2026 07:30
@moondev03 moondev03 added the ✨ feat 새로운 기능 추가 또는 기존 기능 확장 label Apr 2, 2026
@moondev03 moondev03 linked an issue Apr 2, 2026 that may be closed by this pull request
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6ae9deb2-3056-4d83-bc0c-326fbe92f1ee

📥 Commits

Reviewing files that changed from the base of the PR and between 116867d and 953203e.

⛔ Files ignored due to path filters (1)
  • Prezel/core/designsystem/src/main/res/font/suit_extra_bold.otf is excluded by !**/*.otf
📒 Files selected for processing (4)
  • Prezel/core/designsystem/src/main/java/com/team/prezel/core/designsystem/foundation/typography/PrezelFontSpec.kt
  • Prezel/core/designsystem/src/main/java/com/team/prezel/core/designsystem/foundation/typography/PrezelTextStyles.kt
  • Prezel/core/designsystem/src/main/java/com/team/prezel/core/designsystem/foundation/typography/PrezelTypography.kt
  • Prezel/core/designsystem/src/main/java/com/team/prezel/core/designsystem/theme/PrezelTypographyScheme.kt

📝 Walkthrough

Walkthrough

디자인 시스템의 타이포그래피 시스템에 엑스트라 볼드 폰트 가중치와 대응하는 텍스트 스타일을 추가했습니다. Title1과 Title2에 대해 ExtraBold 변형을 새로 정의하고 관련 컴포넌트들을 업데이트했습니다.

Changes

Cohort / File(s) Summary
폰트 가중치 및 텍스트 스타일
PrezelFontSpec.kt, PrezelTextStyles.kt
PrezelFontWeightEXTRA_BOLD 열거형 상수 추가 및 Title1ExtraBold, Title2ExtraBold 텍스트 스타일 정의
타이포그래피 데이터 클래스
PrezelTypography.kt
title1ExtraBold, title2ExtraBold 프로퍼티를 PrezelTypography 데이터 클래스에 추가
타이포그래피 스킴 및 미리보기
PrezelTypographyScheme.kt
PrezelTypographyScheme.Default()에 새로운 ExtraBold 스타일 통합, 미리보기 레이아웃 단순화 및 기기 너비를 900dp에서 850dp로 조정

Possibly related PRs

  • PR #13: 이 PR이 도입한 기본 타이포그래피 시스템을 확장하며, 동일한 PrezelFontWeight 및 텍스트 스타일 타입을 수정합니다.
  • PR #18: 동일한 타이포그래피 미리보기 모듈(PrezelTypographyScheme.kt)을 수정하며, 코드 수준에서 직접적인 관련성이 있습니다.
🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Out of Scope Changes check ❓ Inconclusive PrezelTypographyScheme.kt의 프리뷰 장치 너비 변경(900dp → 850dp)과 TypographySampleText 렌더링 단순화는 요구사항과 무관해 보입니다. 프리뷰 너비 변경과 샘플 텍스트 렌더링 변경의 필요성을 명확히 설명하거나, 핵심 요구사항과의 관련성을 확인해주세요.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목이 변경사항의 핵심을 명확하게 설명하고 있습니다. SUIT ExtraBold 기반 Title1/Title2 텍스트 스타일 추가라는 주요 변경사항을 정확히 반영합니다.
Description check ✅ Passed PR 설명이 템플릿의 필수 섹션을 포함하고 있습니다. 작업 내용, 관련 이슈(#90), 스크린샷이 적절히 작성되어 있습니다.
Linked Issues check ✅ Passed 모든 요구사항이 충족되었습니다. ExtraBold 폰트 무게가 PrezelFontWeight에 추가되었고, Title1ExtraBold와 Title2ExtraBold 텍스트 스타일이 구현되었습니다.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@HamBeomJoon HamBeomJoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니당👍

@moondev03 moondev03 merged commit 963efaf into develop Apr 2, 2026
3 checks passed
@moondev03 moondev03 deleted the feat/#90-textstyle-addition branch April 2, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ feat 새로운 기능 추가 또는 기존 기능 확장

Projects

None yet

Development

Successfully merging this pull request may close these issues.

텍스트 스타일 추가

2 participants