Release Font Tools v0.1.0

This commit is contained in:
2026-09-01 14:35:39 +02:00
commit 25ff321f2a
65 changed files with 10590 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Font Tools",
"short_name": "Fonts",
"description": "Inspect and prepare fonts locally.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#352742",
"theme_color": "#352742",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}