#Practical Responsive Typography
This is the code repository for Practical Responsive Typography , published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
##Instructions and Navigation
The code included with this book is meant for use as an aid in performing the exercises and should not be used as a replacement for the book itself. Used out of context, the code may result in an unusable configuration and no warranty is given.
The code will look like the following:
Css
@charset "utf-8";
/* CSS Document */
* { text-rendering: optimizeLegibility;
font-weight: normal;
margin: 10px 15px;
}
h1 { font-family: �Georgia�, "Times New Roman", Times, serif;
font-size: 48px;
}
h2 { font-family: �Lucida Grande�, "Tahoma", sans-serif;
font-size: 10px;
font-variant: normal;
text-transform: uppercase;
color: #666666;
margin-top: 10px;
margin-bottom: 20px;
letter-spacing: 5px;
}
p { font-family: �Georgia�, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 170%;
}
##What you need for this book You only need a code editor, Koala or any Sass-processing software, and a web browser.
##Related Typography Books
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.