How to use custom fonts in Booklium theme for HOTEL BOOKING PLUGIN?

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium How to use custom fonts in Booklium theme for HOTEL BOOKING PLUGIN?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1120202
    Ravindra Shinde
    Participant

    How to use custom fonts in Booklium theme for HOTEL BOOKING PLUGIN?

    #1122272
    Andre Flores
    Moderator

    Hello Ravindra,

    You may change theme default fonts via custom CSS. For example, add the following code under Appearance ->Customize ->Additional CSS:

    body, button, input, select, optgroup, textarea {
    	font-family: "Montserrat",sans-serif;
    }

    Change the font to any desired one in the rule above.

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.