Ny font og favicon

This commit is contained in:
Trygve
2025-10-28 13:53:23 +01:00
parent a684cb4841
commit 572ec41f85
19 changed files with 79 additions and 9 deletions

21
img/site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Kadaver'n løpende resultater",
"short_name": "Kadaver'n",
"icons": [
{
"src": "/img/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}