# ArtSabintsev/FontBlaster

Programmatically load custom fonts into your iOS, macOS and tvOS app.

Repository: https://github.com/ArtSabintsev/FontBlaster
Canonical: https://ross.abutalabs.com/products/fontblaster
Homepage: https://sabintsev.com/
Language: Swift
License: MIT
License Family: permissive
Topics: custom-fonts, swift, carthage, cocoapods, plist, swift-package-manager, tvos
Last push: 2026-07-08T00:05:20+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 92, longevity 100
- inputs: {"age_days": 4137, "days_push": 57, "days_rel": 57, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1155, forks 102 (observed 2026-08-28T04:03:47.926136+00:00)

## What it is
FontBlaster is a Swift library that programmatically loads custom fonts into iOS, macOS, and tvOS apps with a single line of code, eliminating the need for plist configuration. It supports .ttf, .otf, and .ttc files from the main bundle, custom bundles, and remote bundles.

## Use cases
- load custom fonts in an iOS app without editing Info.plist
- programmatically register ttf and otf fonts at runtime
- load fonts from a remote or nested bundle in Swift
- avoid plist font registration in a tvOS app
- bulk-load all fonts in an app bundle with one line

## When to choose
- you want to skip manual Info.plist UIAppFonts configuration
- you need to load fonts from dynamic or remote bundles
- you support iOS, macOS, and tvOS with one solution

## When to avoid
- you only need one or two static fonts already declared in Info.plist
- your app targets OS versions below iOS 17 / macOS 14
- you need cross-platform font loading outside Apple platforms

## Facets
- artifact type: library
- maturity: active
- function: ui-components, developer-tools
- domain: apple-ecosystem, mobile-development, desktop-applications, cross-platform
- platform: -
- tags: custom-fonts, font-loading, swift-package-manager, cocoapods, carthage, tvos, ios, macos, swift

## Member repositories
- ArtSabintsev/FontBlaster (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:47.926136+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:32:10.195826+00:00, confidence not recorded.
  - readme: https://github.com/ArtSabintsev/FontBlaster (fetched 2026-08-28T04:03:47.926136+00:00, sha 53fe84b32cd7)
  - homepage: https://sabintsev.com/ (fetched 2026-08-29T12:37:18.535136+00:00, sha ad9f09021c20)
- Data as of 2026-08-30T08:39:29.467469+00:00.
