Difference between revisions of "Google Font on Booking Page"
Jump to navigation
Jump to search
(Created page with "Category:How to Category:Booking_Page '''Requires:''' Knowledge of HTML, CSS 1. To embed your collection into your web page, paste th link google provides for the...") |
|||
Line 4: | Line 4: | ||
'''Requires:''' Knowledge of HTML, CSS | '''Requires:''' Knowledge of HTML, CSS | ||
− | 1. To embed your collection into your | + | 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->ADVANCED "Advanced HTML Settings" ->"Insert in HTML <HEAD>" |
Example link for "Open Sans" | Example link for "Open Sans" |
Revision as of 09:28, 25 August 2014
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->ADVANCED "Advanced HTML Settings" ->"Insert in HTML <HEAD>"
Example link for "Open Sans"
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
2. Add the custom CSS
Example for "Open Sans":
#bookingpage {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