Skip to content

Instantly share code, notes, and snippets.

@nazariyv
Created March 12, 2020 15:38
Show Gist options
  • Save nazariyv/95600f04c2b5865f0554be09f5103110 to your computer and use it in GitHub Desktop.
Save nazariyv/95600f04c2b5865f0554be09f5103110 to your computer and use it in GitHub Desktop.
text.jsx
import { styled } from "baseui";
const Text = styled("p", {
"font-family": "system-ui, 'Helvetica Neue', Helvetica, Arial, sans-serif;"
});
export default Text;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment