0
0
Fork 0

Misskey Toolsロゴフォント

This commit is contained in:
Xeltica 2022-11-25 18:05:06 +09:00
parent 08fd3d3d85
commit 8843e7ae83
10 changed files with 72 additions and 899 deletions

View file

@ -76,7 +76,7 @@ export const IndexWelcomePage: React.VFC = () => {
<>
<Hero className="fluid shadow-2" isMobile={isMobile}>
<div className="hero">
<h1 className="shadow-t">{t('title')}</h1>
<h1 className="shadow-t font-misskey">{t('title')}</h1>
<p className="shadow-t">{t('description1')}</p>
<p className="shadow-t">{t('description2')}</p>
<FormWrapper className="bg-panel pa-2 mt-4 rounded shadow-2">