Default System Fonts

Is there a way to set up blocs to use the default system font?

Hand-coding I use the following:

body {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI",
  "Roboto", Ubuntu, Helvetica, Arial, sans-serif;
}

I only see font set-up using Helvetica by default. Is there a way to turn of fonts and manually enter the CSS. Trying to avoid relying on cascading.

→ Native font stack

2 Likes

Thank you. I’m a noob on BlocsApp. So how do I implement this into Blocs? Thank you in advance.

Here’s a ready-to-go stylesheet.

@Monark, If you read the link @Jannis posted you will see a native font-stack is already applied. It is part of Bootstrap.

30 seconds in the browser inspector will also confirm it.

As long as the text doesnt have any font family assigned it will inherit this.

2 Likes