Skip to content

Instantly share code, notes, and snippets.

@petertwise
Created May 2, 2020 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petertwise/975b50ee2208d5a79aff6c867a723636 to your computer and use it in GitHub Desktop.
Save petertwise/975b50ee2208d5a79aff6c867a723636 to your computer and use it in GitHub Desktop.
### Settings > Advanced > Stripe > Stripe Styles
#### Base Style
{
"color": "#333",
"fontWeight": "300",
"fontFamily": "Merriweather, serif",
"fontSize": "16px",
"letterSpacing": "0.5px",
":-webkit-autofill": {
"color": "#333"
},
"::placeholder": {
"color": "#999"
}
}
#### Stripe Fonts
Google Fonts
#### Google Fonts URL
https://fonts.googleapis.com/css?family=Merriweather:300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment