Commit
Add web fonts and favicon
commit
1dfeb13
1 changed file with +10 and −0
modified client/index.html +10 −0
| @@ -4,6 +4,16 @@ | ||
| 4 | 4 | <meta charset="UTF-8" /> |
| 5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | 6 | <title>VoiceTask</title> |
| 7 | + <link | |
| 8 | + rel="icon" | |
| 9 | + href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='13' fill='%23c46a4a'/%3E%3Crect x='11' y='12' width='2.6' height='7' rx='1.3' fill='%23f6f1e7'/%3E%3Crect x='18.4' y='12' width='2.6' height='7' rx='1.3' fill='%23f6f1e7'/%3E%3C/svg%3E" | |
| 10 | + /> | |
| 11 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> | |
| 12 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | |
| 13 | + <link | |
| 14 | + href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..700;1,9..144,400..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap" | |
| 15 | + rel="stylesheet" | |
| 16 | + /> | |
| 7 | 17 | </head> |
| 8 | 18 | <body> |
| 9 | 19 | <div id="root"></div> |