Fonts not displaying correctly

My discourse fonts are set to Arial. It looks correct in preview mode, but they display incorrectly to public end users https://www.nutritionsecurityplc.org/ I saw in another forum to uncheck Prevent anons from downloading files setting but I cannot find this setting

I believe there is a theme component overriding your default fonts:

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

This one in particular: https://www.nutritionsecurityplc.org/admin/customize/themes/11

2 Likes

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