字体显示不正确

我的 Discourse 字体设置为 Arial。在预览模式下显示正确,但在公开用户那里显示不正确 https://www.nutritionsecurityplc.org/ 我在另一个论坛上看到建议取消勾选 阻止匿名用户下载文件设置,但我找不到此设置

我认为有一个主题组件覆盖了您的默认字体:

html {
    font-family: "Source Serif Pro",serif;
    font-size: 16px;
}

特别是这个:https://www.nutritionsecurityplc.org/admin/customize/themes/11

2 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.