add: custom icon font

This commit is contained in:
Mar0xy 2023-12-05 20:58:53 +01:00
parent 4ddf847a26
commit 62d1cb490b
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
7 changed files with 41 additions and 1 deletions

View file

@ -41,6 +41,7 @@ html
link(rel='prefetch' href=notFoundImageUrl)
//- https://github.com/misskey-dev/misskey/issues/9842
link(rel='stylesheet' href='/assets/phosphor-icons/bold/style.css')
link(rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css')
link(rel='modulepreload' href=`/vite/${clientEntry.file}`)
script(src='/client-assets/libopenmpt.js')