hut-base
Version:
Base styles for HTML UI Toolkit
32 lines (26 loc) • 544 B
CSS
/* Fonts and other typographical settings */
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
color: #333;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.2;
margin: 0.8rem 0 0.4rem 0;
}
h1 { font-size: 2.6rem; }
h2 { font-size: 2.15rem; }
h3 { font-size: 1.7rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.85rem; }
p {
margin: 0 0 0.5rem 0;
}
hr {
border: 0;
border-top: 1px solid #CCC;
height: 0;
}