diff options
| author | soryu <soryu@soryu.co> | 2025-12-23 23:43:46 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 23:43:46 +0000 |
| commit | aa841b00ef05c2b89b5e8a136e80c94dfefa79fc (patch) | |
| tree | 624f81fb3ece25e1f18dbbe92f79394f590cbe7f /makima/frontend/src/components/Masthead.tsx | |
| parent | 8fd91e6f014bebf0153ad2d3f319f7f06523860b (diff) | |
| download | soryu-aa841b00ef05c2b89b5e8a136e80c94dfefa79fc.tar.gz soryu-aa841b00ef05c2b89b5e8a136e80c94dfefa79fc.zip | |
Fixup: Add font for logo
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"> |
