Skip to content

Instantly share code, notes, and snippets.

@sschwartzman
Created October 21, 2021 13:53
Show Gist options
  • Save sschwartzman/4943edfe3dbd4a2058c32b98e980b13b to your computer and use it in GitHub Desktop.
Save sschwartzman/4943edfe3dbd4a2058c32b98e980b13b to your computer and use it in GitHub Desktop.
MacOS system font CSS for vBookmarks Chrome extension
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: small}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment