Home Forums WoodMart support forum Whick font is this?

Whick font is this?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #444285

    steen.r.nielsen
    Participant

    Hi which font is this and how can I match the dropdown options to the font?

    font-family: inherit does not work?

    Attachments:
    You must be logged in to view attached files.
    #444373

    Hello,

    Woocommerce CSS has set “Lato”, Arial, Helvetica, sans-serif;

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #444386

    steen.r.nielsen
    Participant

    Which font is Woodmart using here is it Cabin or Lato?, or .elementor-kit-12 Roboto?

    I can’t match the font.

    Attachments:
    You must be logged in to view attached files.
    #444388

    steen.r.nielsen
    Participant

    What can I put in here to match fonts please in the dropdown?

    .woocommerce-ordering select option {
    
    }
    #444515

    Hello,

    The code may look like this:

    body .woocommerce-ordering select option {
    font-family: “Lato”, Arial, Helvetica, sans-serif;
    }

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)