Skip to content

Instantly share code, notes, and snippets.

@victorzen
Last active April 16, 2016 01:30
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 victorzen/646527fc10aededa5549 to your computer and use it in GitHub Desktop.
Save victorzen/646527fc10aededa5549 to your computer and use it in GitHub Desktop.
Change the font inside form fields.
<style>
.lp-pom-form-field input {
   font-family: 'Comic Sans MS' !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment