aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-51/+0
| | | | | | Font and user cache code has been moved to special files, independant from src/config.rs API parsing changes have been properly tested, and last.fm API JSON is now trace-logged for debugging convenience.
* Reliable user info; Font refactoralyx2024-04-011-0/+40
| | | | | | Hit a few more endpoints to fix missing images, fallback to default album art just in case. Refactor the font cache into its own file.
* Custom font support completealyx2024-01-121-0/+1
|
* Add custom font support.alyx2023-11-221-0/+10