I'm trying to use a Google Font as the font-family for input fields on this form:
kickboxing.karate-usa.com
I can't get them to work...
Can anyone explain why it wouldn't be working?
I put the font code in my header and then styled the input like this:
#gform_fields_6 input { border: solid 1px #000000; font-family: 'Lobster', arial, serif; font-size: 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }