From the course: CSS: Advanced Typographic Techniques

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using Modernizr to load scripts

Using Modernizr to load scripts - jQuery Tutorial

From the course: CSS: Advanced Typographic Techniques

Start my 1-month free trial

Using Modernizr to load scripts

Okay, so now that the default styles of our poster are set, we can begin to enhance the design of it. Now to do that we are going to need a couple of external resources. And there are resources that we have already been using like the lettering js library and some of our external web forms. Now rather than loading those resources separately we are going to use modernizers. Loading capabilities to make that process a little bit more efficient and certainly give us more power over it. To do this I'am going to working on the poster.HTML file found in the 06 05 directory. And the first thing that you will notice about this file is that we have kind of jumped the forward in time a little bit. You will notice on line seven we are loading up the modernizer library and if you look at the styles. You can see there's a lot more to them than there was before. Now if you've done some of the earlier chapters some of these styles probably look a little familiar to you. Because it's using the…

Contents