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

  • IMCWOW
    Gefragt am 25. Mai 2016 um 15:09
    Can the same be applied to widgets, for example the masked input widget?
  • Ben
    Geantwortet am 25. Mai 2016 um 15:16

    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.