Allow to override font-family
ajcastro opened this issue · comments
Arjon Jason Castro commented
Is there a way to override font-family?
Mazel commented
Use the new version of this component present into Maz-UI:
- Get Started
- Theming: See "typo" in config object
- MazPhoneNumberInput: is the new version
DEMO:
Mazel commented
Otherwise, with VuePhoneNumberInput you can override the font-family by CSS
Ex:
.input-tel {
font-family: <YOUR_FONT_FAMILY>, sans-serif;
}