Remove Ubuntu font and use system-ui or sans-serif generic font #11
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: miraty/libreqr#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Almost 90% of the size of the main LibreQR page is the font.
The actual page (118 KiB) could be reduced to 20 KiB by simply using something like
font-family: system-ui, sans-serif;
instead of loading this 98 KiB font file.Done in commit
6ced4390e7
.