about summary refs log tree commit diff
path: root/src/alf/fonts.ts
Commit message (Collapse)AuthorAgeFilesLines
* Tweak small buttons (#8818)Samuel Newman2025-08-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * set size=small buttons to `text_sm` * change to `leading_snug` * add gap to repost buttons * Add medium-weight font, use for buttons (#8819) * add medium weight inter * add medium font to buttons * Adjust bold weights * Fix ref --------- Co-authored-by: Eric Bailey <git@esb.lol> * Align with designs --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Fix font display on Android (#5776)Eric Bailey2024-10-171-18/+34
| | | | | | | * Fix font display on Android * Format * Split out fake fonts hook for platforms
* Update web font families def (#5749)Eric Bailey2024-10-141-3/+3
|
* Type tweaks (#5696)Eric Bailey2024-10-101-13/+13
| | | | | * Allow system font option to revert to previous letter spacing * Use correct types
* Update fonts.ts (#5694)Minseo Lee2024-10-101-2/+6
|
* Merge fontVariant defs (#5652)Eric Bailey2024-10-081-1/+1
|
* Move font-face defs into HTML for CDN (#5612)Eric Bailey2024-10-041-0/+2
|
* Include ghost hook to statically export fonts (#5553)Eric Bailey2024-10-011-0/+14
|
* Use Inter variable font (#5540)Eric Bailey2024-09-301-23/+2
|
* Fix font loading (#5500)Eric Bailey2024-09-271-3/+6
|
* Resolve source files for fonts, remove hack (#5454)Eric Bailey2024-09-241-35/+0
| | | | | | | | | | | * Resolve source files for fonts, remove hack * Prettier * Prettier, add to hook --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-6/+6
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* [Neue] Parallel font loading on web (#5411)Eric Bailey2024-09-191-9/+10
| | | | | | | | | | | * Parallel font loading (cherry picked from commit 10e2b05b575bbbf8b0ca5b4a336817cd902d712b) * Handle failures * Rely on font-face and preload tags for font loading (#5431) * Cache fonts for a year
* [Neue] Ligatures & composer (#5427)Eric Bailey2024-09-191-0/+6
| | | | | | | | | * Disable contextual ligatures * Ensure new type styles are applied to the composer * Clean up using real devices * Feedback
* [Neue] Base (#5395)Eric Bailey2024-09-181-0/+111
* Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey <me@haileyok.com>