Sha256: 6b013fa9d53cb9fb9b3b35ac16e97aa5c0db0048a70f509ee61c2bef976e8583

Contents?: true

Size: 562 Bytes

Versions: 2

Compression:

Stored size: 562 Bytes

Contents

// -----------------------------------------------------------------------------
// Typography styles
// -----------------------------------------------------------------------------
 
body {
    color: $colour-text;
    font: $base-font-size $base-font-family;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
th {
    font-family: $header-font-family;
    font-weight: $header-font-weight;
    margin: 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4, th {
    font-size: 1.25em;
}

p,
ul {
    margin-bottom: 1.5em;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.1 _sass/base/_typography.scss
jekyll-theme-perry-0.1.0 _sass/base/_typography.scss