0

I was programming with Kivymd, and I have a problem.

My KV code:

MDTextField:
    hint_text: "Hint Text"
    font_name: "Fontname.ttf"

When I change font_name of MDTextfield, font of field changes. But, hint text's font does not changes. It's font is still default font.

Is there any way to change hint text's font? Thanks.

Superjay
  • 447
  • 1
  • 7
  • 25

1 Answers1

0

try:

MDTextField:
     hint_text: "Hint Text"
     font_name_hint_text:'Fontname.ttf'
farshad
  • 13
  • 3