[members_logged_in]
[/members_logged_in]
[members_not_logged_in]
Typography to the Max
Understanding web-based typography and all of the different techniques of customizing the look and feel of content can expand the capabilities of your web development/design business. In this session we will start with a plain block of text and create a beautiful presentation display.
Save the Webinar 0
Webinar Originally Broadcast: September 8, 2024
Video Download: HD Download | Mobile Download
Additional Downloads: PDF Handout
Additional Notes:
Additional jQuery example code:
jQuery(document).ready(function($){ $("p.first").css({lineHeight:0}); $(".fancy_title").lettering("lines"); $(".em1").lettering("words"); $("p.first").lettering("lines"); $("p.second").lettering("lines"); $("h1.entry-title").lettering(); });
NOTE: If you want to reproduce this webinar EXACTLY you will need to use THIS version of the lettering.js file. https://wpstartertheme.com/wp-content/themes/blank-theme/lettering.js – Right now there is something going on with the original GitHub version.