Difference between revisions of "Google Font on Booking Page"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
Example for "Open Sans": | Example for "Open Sans": | ||
− | .colorbody{font-family: 'Open Sans', sans-serif;} | + | .colorbody{font-family: 'Open Sans', sans-serif;} |
replace | replace | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; |
Revision as of 18:25, 16 February 2016
This page explains how to install Google fonts
Requires: Knowledge of HTML, CSS
1. To embed your collection into your booking page, paste the link google provides for the font you want to use into paste in into SETTINGS -> BOOKING PAGE -> DEVELOPERS "Advanced HTML Settings" ->"Insert in HTML <HEAD>"
Example link for "Open Sans"
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
2. Add the custom CSS
Example for "Open Sans":
.colorbody{font-family: 'Open Sans', sans-serif;}
replace font-family: 'Open Sans', sans-serif;
with the font you want to use.
Keywords: font, google font, custom font