favicons et fonts

This commit is contained in:
m5r
2021-08-27 03:09:12 +08:00
parent 6417f5dbcf
commit 20b6a7a996
18 changed files with 358 additions and 231 deletions

View File

@ -16,6 +16,18 @@
"url": "/calls"
}
],
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"display": "standalone",
"orientation": "portrait",
"theme_color": "#663399",