浏览代码

Update theme

Use Bevellier Variable for headings.
master
TheoryOfNekomata 1 个月前
父节点
当前提交
6fd4202df1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      packages/web/src/styles/theme.ts

+ 1
- 1
packages/web/src/styles/theme.ts 查看文件

@@ -18,7 +18,7 @@ const theme = {
"color-code-url": "0 153 204",
"color-code-global": "194 128 80",
"font-sans": '"Encode Sans"',
"font-headings": 'Glory, var(--font-sans)',
"font-headings": '"Bevellier Variable", var(--font-sans)',
"font-mono": 'MonoLisa, mononoki',
} as const;



正在加载...
取消
保存