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

WordPress Booking Solutions Forums WordPress Themes Booklium How to use custom fonts in Booklium theme for HOTEL BOOKING PLUGIN?

  • This topic has 1 reply, 1 voice, and was last updated 5 years ago by Andre Flores.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1120202

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

    #1122272

    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.