diff options
Diffstat (limited to 'makima/frontend/src/components/Masthead.tsx')
| -rw-r--r-- | makima/frontend/src/components/Masthead.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/frontend/src/components/Masthead.tsx b/makima/frontend/src/components/Masthead.tsx index 6b69433..803e45a 100644 --- a/makima/frontend/src/components/Masthead.tsx +++ b/makima/frontend/src/components/Masthead.tsx @@ -14,7 +14,7 @@ export function Masthead({ showTicker = false, showNav = true }: MastheadProps) <Link to="/" className="flex items-center gap-3 no-underline"> <LogoMark size={32} /> <div> - <h1 className="m-0 text-xl text-white tracking-widest font-normal"> + <h1 className="m-0 text-xl text-white tracking-widest font-normal" style={{ fontFamily: 'var(--font-logo)' }}> makima.jp </h1> <small className="block text-[#dbe7ff] text-xs tracking-wide"> |
