mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
fix fonts issue
This commit is contained in:
@ -83,7 +83,7 @@ const HeadBar = () => {
|
||||
<Link href="/">
|
||||
<span
|
||||
className={clsx(
|
||||
'font-semibold font-Aref-Ruqaa',
|
||||
'font-semibold',
|
||||
'text-3xl tracking-widest',
|
||||
'select-none'
|
||||
)}
|
||||
@ -161,4 +161,4 @@ const HeadBar = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default memo(HeadBar);
|
||||
export default memo(HeadBar);
|
Reference in New Issue
Block a user