增加衬线和无衬线字体配置

This commit is contained in:
tangly1024.com
2023-02-09 10:06:05 +08:00
parent 2e4f0484bc
commit 5449b9afb4
12 changed files with 14 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ const Progress = ({ targetRef, showPercent = true }) => {
}, [percent])
return (
<div className="h-4 w-full shadow-2xl bg-hexo-light-gray dark:bg-hexo-black-gray font-sans">
<div className="h-4 w-full shadow-2xl bg-hexo-light-gray dark:bg-hexo-black-gray ">
<div
className="h-4 bg-gray-600 duration-200"
style={{ width: `${percent}%` }}