[deleted] Pollux
Thanks for the reply,
So I'm now wondering if I remove the Fonts used by Flarum from the assets, and insert the CSS code below. Will this approach be safe?
body, p, h1, h2, h3, h4, h5, h6 {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}