fix fonts issue

This commit is contained in:
DefectingCat
2023-05-16 15:50:48 +08:00
parent 5352b56a03
commit cb351db3d6
6 changed files with 18 additions and 27 deletions

View File

@ -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);