sans_serif.css 328 B

12345
  1. :root {
  2. --entry-content-font-weight: 400;
  3. --entry-content-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  4. --entry-content-quote-font-family: var(--entry-content-font-family);
  5. }