Skip to content

Instantly share code, notes, and snippets.

@petertwise
Created May 2, 2020 01:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
### 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