Can we change the font-family of masked input widget?

  • IMCWOW
    Asked on May 25, 2016 at 3:09 PM
    Can the same be applied to widgets, for example the masked input widget?
  • Ben
    Replied on May 25, 2016 at 3:16 PM

    Yes, you could do that to the Masked input as well.

    You should however use this CSS instead:

    input {
        font-family: "Lucida Grande",Verdana;
    }

    It should be placed into your widget's custom CSS code.