upd: change icon font

This commit is contained in:
Mar0xy 2023-09-30 18:52:13 +02:00
parent 00c14b98a3
commit f2e299a7a9
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 17 additions and 78 deletions

View file

@ -39,7 +39,7 @@ html
link(rel='prefetch' href=infoImageUrl)
link(rel='prefetch' href=notFoundImageUrl)
//- https://github.com/misskey-dev/misskey/issues/9842
link(rel='stylesheet' href='/assets/tabler-icons/tabler-icons.min.css')
link(rel='stylesheet' href='/assets/phosphor-icons/regular/style.css')
link(rel='modulepreload' href=`/vite/${clientEntry.file}`)
if !config.clientManifestExists
@ -51,7 +51,7 @@ html
title
block title
= title || 'Misskey'
= title || 'Sharkey'
block desc
meta(name='description' content= desc || '✨🌎✨ A interplanetary communication platform ✨🚀✨')

View file

@ -18,6 +18,7 @@
"dependencies": {
"@discordapp/twemoji": "14.1.2",
"@github/webauthn-json": "2.1.1",
"@phosphor-icons/web": "^2.0.3",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-replace": "5.0.2",