LouisMazel / vue-phone-number-input

A phone number input made with Vue JS (format & valid phone number)

Home Page:https://louismazel.github.io/vue-phone-number-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to override font-family

ajcastro opened this issue · comments

Is there a way to override font-family?

commented

Use the new version of this component present into Maz-UI:

DEMO:

commented

Otherwise, with VuePhoneNumberInput you can override the font-family by CSS

Ex:

.input-tel {
    font-family: <YOUR_FONT_FAMILY>, sans-serif;
}