Skip to content

Instantly share code, notes, and snippets.

@anton-liubushkin
Created November 13, 2023 09:31
Show Gist options
  • Save anton-liubushkin/a80cd1e7f877bb45345f0f12d5c4637b to your computer and use it in GitHub Desktop.
Save anton-liubushkin/a80cd1e7f877bb45345f0f12d5c4637b to your computer and use it in GitHub Desktop.
Default font-family: system font fallback
font-family: {{ custom_sans_font }}, ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: {{ custom_serif_font }}, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: {{ custom_mono_font }}, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment