CSS - Nice

css

Some nice css with pleasing line-height:

body, button, input, select, textarea {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
body {
    line-height: 1.7em;
}
body {
    font-size: 0.875em;
}
html {
  font-size: 16px;
  line-height: 1.625em;
}
body {
  color: #2a3744;
  font: 16px/26px Arial,sans-serif;
  text-rendering: optimizelegibility;
}
.post-body__content {
  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6em;
}
p {
  color: #666666;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}
body {
  font-size: 16px;
  line-height: 26px;
}
body, .title .breadcrumb {
  color: #666666;
  font-family: Roboto,sans-serif;
  font-size: 16px;
}
body {
  color: #929292;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  line-height: 20px;
}
font-family: “Helvetica Neue”,Helvetica,Arial,sans-serif
font-size: 16px;
font-weight: 200;
font-style: normal;
line-height: 24px

line-height: 1.2 (on the body eleme

Sites that have nice CSS:

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License