diff --git a/frontend/src/assets/fonts/nikumaru.otf b/frontend/src/assets/fonts/nikumaru.otf new file mode 100644 index 0000000..7fa278c Binary files /dev/null and b/frontend/src/assets/fonts/nikumaru.otf differ diff --git a/frontend/src/components/ErrorScreen.tsx b/frontend/src/components/ErrorScreen.tsx index bc77813..240a2e4 100644 --- a/frontend/src/components/ErrorScreen.tsx +++ b/frontend/src/components/ErrorScreen.tsx @@ -1,5 +1,6 @@ import { Helmet } from 'react-helmet-async' +import nikumaru from '@/assets/fonts/nikumaru.otf' import errorImg from '@/assets/images/not-found.gif' import MainArea from '@/components/layout/MainArea' import { SITE_TITLE } from '@/config' @@ -30,12 +31,21 @@ export default ({ status }: Props) => { + {title} | {SITE_TITLE}
+ space-y-6 text-center flex flex-col justify-center items-center" + style={{ fontFamily: 'MyFont' }}>

{status}

{leftMsg}