Skip to content

Switched out BoldenVan to LilitaOne#118

Closed
kcw-grunt wants to merge 2 commits into
developfrom
techdebt/update-font
Closed

Switched out BoldenVan to LilitaOne#118
kcw-grunt wants to merge 2 commits into
developfrom
techdebt/update-font

Conversation

@kcw-grunt

@kcw-grunt kcw-grunt commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

📱 Description

This PR replaces the BoldenVan custom font with LilitaOne throughout the app's codebase. The font family has been swapped in all UI layer abstractions (UIFont and SwiftUI Font extensions), view modifiers, and consuming views. The font asset has been updated in the project and Info.plist accordingly.

Platform

  • iOS

🎯 Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 🔧 Refactoring (code change that neither fixes a bug nor adds a feature)
  • 📚 Documentation update
  • 🎨 UI/UX improvement
  • ⚡ Performance improvement
  • 🧪 Test addition or improvement
  • ⚙️ CI/CD change

📋 Changes

New Components Added

  • brainwallet/Fonts/LilitaOne.ttf – New custom font asset replacing BoldenVan

Modifications

  • brainwallet/Additions/UIFont+BRWAdditions.swift – Updated boldenVan(size:)lilitaOne(size:) method in both UIFont and Font extensions
  • brainwallet/Extensions/Text+Extension.swift – Renamed BWBoldenVan view modifier to BWLilitaOne and updated internal font reference
  • brainwallet/Bento Views/Game Hub Bentos/GameHubBentoView.swift – Updated "FALLINMOJI" text to use .lilitaOne(size:) font
  • brainwallet/Start Welcome Classes/WelcomMojiDemoView.swift – Updated three Text views (counter display, countdown, and "Start! Tap & score" button) to use BWLilitaOne modifier
  • brainwallet/Info.plist – Updated UIAppFonts array to register BoldenVan.ttf instead of LilitaOne.ttf
  • brainwallet.xcodeproj/project.pbxproj – Updated font asset references in project file

Removals

  • brainwallet/Fonts/LilitaOne.ttf – Legacy font asset removed

📊 Statistics

  • Additions: 15 lines
  • Deletions: 15 lines
  • Files Changed: 8
  • Commits: 1

🔗 Related Issues

  • Fixes #
  • Related to #

🧪 Tests Status

  • Tests ran successfully locally?
  • Added or updated unit tests?
  • Added or updated UI tests?
  • Code coverage percentage of the codebase: __%

📸 Screenshots/Videos

Before After
Add screenshot Add screenshot

🎯 Reviewers

@kcw-grunt


@kcw-grunt
kcw-grunt requested a review from amobileagent-gs June 9, 2026 14:10
@kcw-grunt kcw-grunt self-assigned this Jun 9, 2026
@kcw-grunt kcw-grunt added the enhancement New feature or request label Jun 9, 2026
@kcw-grunt kcw-grunt changed the title Switched out LilitaOne to BoldenVan Switched out BoldenVan to LilitaOne Jun 9, 2026
@gruntsoftware gruntsoftware deleted a comment from github-actions Bot Jun 9, 2026
@kcw-grunt kcw-grunt closed this Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant