Hi there,
options:
A. Built in System Stack
1. Do not add a font in the Font Manager .
2 Add a new Typography and choose body
and set the Font Family to System Default
or Inherit
.
Either option will load this stack:
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
3. other typography options you add can now be set to Inherit
B. Custom Font Stack
1. In Font Manager, add a New Font, in the field provided add your own font stack – example:
Arial, -apple-system, "Segoe UI", sans-serif
2. Set your body
Font Family to your new system stack.
3. other typography options you add can now be set to Inherit