# 2.7.0.beta5 已从自定义主题中移除了 :root font-family 和 heading-font-family 变量

**URL:** <https://meta.discourse.org/t/2-7-0-beta5-has-removed-root-font-family-and-heading-font-family-vars-from-custom-themes/183046>\
**Category:** Bug\
**Created:** [2021年三月12日 18:06 UTC](https://meta.discourse.org/t/2-7-0-beta5-has-removed-root-font-family-and-heading-font-family-vars-from-custom-themes/183046 "2021-03-12T18:06:57Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![ryantm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ryantm/32/134063_2.png) [@ryantm](https://meta.discourse.org/u/ryantm)\
**Post date:** [2021年三月12日 18:06 UTC](https://meta.discourse.org/t/2-7-0-beta5-has-removed-root-font-family-and-heading-font-family-vars-from-custom-themes/183046/1 "2021-03-12T18:06:57Z")

</div>

我最近升级到了 2.7.0.beta5（[36ec09a07b](https://github.com/discourse/discourse/commits/36ec09a07b4acd886c724d3b0c396572d4d67f7e)），现在除了 Dark 和 Light 主题外，其他主题似乎不再为 `font-family` 和 `heading-font-family` 设置根 CSS 变量。

我在设置中将字体和标题字体都设为“Arial”。

在我的自定义主题中，可以通过在主题的 CSS 中添加以下代码来规避此问题：

```css
:root {
    --heading-font-family: Arial, sans-serif;
    --font-family: Arial, sans-serif;
}

```

这似乎也是 [Graceful](https://github.com/discourse/graceful) 主题存在的问题，但我无法覆盖该主题。

Dark 和 Light 主题似乎未受影响（它们会设置根 CSS 变量）。

这是否应被视为 Discourse 的缺陷，还是现在要求自定义主题自行设置这些变量？

---

<div class="post-metadata">

**Author:** ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)\
**Post date:** [2021年三月12日 18:14 UTC](https://meta.discourse.org/t/2-7-0-beta5-has-removed-root-font-family-and-heading-font-family-vars-from-custom-themes/183046/2 "2021-03-12T18:14:40Z")

</div>

2 篇帖子已合并到现有主题：[Arial 标题字体在 2.7.0.beta5 中显示为 Times](https://meta.discourse.org/t/arial-heading-font-showing-up-as-times-in-2-7-0-beta5/182899)

---

<div class="post-metadata">

**Author:** ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)\
**Post date:** [2021年三月12日 18:14 UTC](https://meta.discourse.org/t/2-7-0-beta5-has-removed-root-font-family-and-heading-font-family-vars-from-custom-themes/183046/3 "2021-03-12T18:14:40Z")

</div>


