[Question] How to set font for dropdown option? #2475
-
| Questionpage.theme.font_family = "Kanit" Code sampleNo response Error messageNo response ------------------------------------------------------
 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Shaderd00d
          
      
      
        Jan 24, 2024 
      
    
    Replies: 1 comment 1 reply
-
| Hi. You can use the text_style property for dropdown. Example: 
 | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        ztarma
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi.
You can use the text_style property for dropdown. Example:
text_style=ft.TextStyle(font_family="Kanit", size=11, color=ft.colors.RED)