gabrieldonadel / rn-material-ui-textfield

Material UI textfield
https://www.npmjs.com/package/rn-material-ui-textfield
Other
37 stars 31 forks source link

How can i apply custom font family to OutlinedTextField #89

Open tahir-jamil opened 1 year ago

tahir-jamil commented 1 year ago

Please guide i want to apply fontFamily: 'Cairo-Medium' at title and text

dukizwe commented 2 weeks ago
<OutlinedTextField
       labelTextStyle={{ fontFamily: "Cairo-Medium" }}
/>