diff --git a/packages/frontend-embed/src/index.html b/packages/frontend-embed/src/index.html
index 55be2f4ec14c49a0ba10081d2b14c82adb825564..d94ada5ea8e770cb197a85069889e5690f37a3da 100644
--- a/packages/frontend-embed/src/index.html
+++ b/packages/frontend-embed/src/index.html
@@ -27,6 +27,8 @@
 	/>
 	<meta property="og:site_name" content="[DEV BUILD] Sharkey" />
 	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<link rel='stylesheet' href='/assets/phosphor-icons/bold/style.css'>
+	<link rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css'>
 </head>
 
 <body>
diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html
index c03902f5057fc23938250b91633a879c05645eb1..f9ce113687eb1c0125c5228ca862a31cf12e6a21 100644
--- a/packages/frontend/src/index.html
+++ b/packages/frontend/src/index.html
@@ -25,9 +25,11 @@
 			connect-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 https://newassets.hcaptcha.com https://api.listenbrainz.org https://api.friendlycaptcha.com https://raw.esm.sh;
 			frame-src *;"
 	/>
-	<meta property="og:site_name" content="[DEV BUILD] Misskey" />
+	<meta property="og:site_name" content="[DEV BUILD] Sharkey" />
 	<meta name="viewport" content="width=device-width, initial-scale=1">
 	<meta name="theme-color-orig" content="#86b300">
+	<link rel='stylesheet' href='/assets/phosphor-icons/bold/style.css'>
+	<link rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css'>
 </head>
 
 <body>