Skip to content

PacktPublishing/Practical-Responsive-Typography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Download a free PDF

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.

https://packt.link/free-ebook/9781785884634

About

Code Repository for Practical Responsive Typography, Published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •