Using a Clare inline form. How do you make the font the same on all the fields? I tried following the directions to use a custom font (Lora), and it looks consistent on the form builder here, but it's not changing on my site. Using the following code: ::-webkit-input-placeholder { font-family: 'Lora' } ::-moz-placeholder { font-family: 'Lora' } :-ms-input-placeholder { font-family: 'Lora' } :-moz-placeholder { font-family: 'Lora' } input, * { font-family: 'Lora' }

1 reply