Best Fonts for Web designing


 
FONT  NAME

  FONT WEIGHT
 SPECIALIZE FOR
 

font-family: 'Oswald', sans-serif;


  
 

font-family: 'Cinzel', serif;
letter-spacing: 0.5px;

font-family: 'Cinzel Decorative', cursive;
 

400
700
900
Header & uppercase posting



for website normal text

font-family: 'helvetica', sans-serif;
letter-spacing : 1px;
word-spacing:1.2px;
 font-size: 13px;
 font-weight:400;



font-family: 'arial', sans-serif; 
letter-spacing : 1px;
word-spacing:1.2px;
 font-size: 13px;
 font-weight:400;



Best fonts for Header : css/html


font-family: 'Oswald', sans-serif;



Best font for post writing : 


font-family: 'Lato', sans-serif;

font-family: 'Arvo', serif;     font weight :  400|700;

font-family: 'Merriweather', serif;    font weight :  300|400|700|900;

font-family: 'Inconsolata', monospace;    font-weight:400|500|600|700|800|900

font-family: 'Oswald', sans-serif;              font-weight:200|300|400|500|600|700

font-family: 'Noto Sans', sans-serif;         font weight :  400|700;

font-family: 'Roboto', sans-serif;              font-weight:400|500|700|900

font-family: 'Roboto Condensed', sans-serif;      font-weight:300|400|700

font-family: 'Roboto Mono', monospace;          font-weight:400|500|700|900



.post-body {


  line-height: 1.6; 
  position: relative;
  font-family: 'helvetica', sans-serif; 
  letter-spacing : 1px;
  word-spacing:1.2px;
  font-size: 13px;
  font-weight:400;
  color:#666666;
 
}