Sha256: c0a35b9ecf2ea35d49b7392443e2bba33e9b1c15fc83248efda2b6d51796bf7f

Contents?: true

Size: 943 Bytes

Versions: 2

Compression:

Stored size: 943 Bytes

Contents

/* ================= */
// BASE: TYPOGRAPHY
/* ================= */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.35;
    color: #212529
}

.h1,
h1 {
    font-size: 2.125rem
}

.h2,
h2 {
    font-size: 1.625rem
}

.h3,
h3 {
    font-size: 1.375rem
}

.h4,
h4 {
    font-size: 1.125rem
}

.h5,
h5 {
    font-size: .9375rem
}

.h6,
h6 {
    font-size: .75rem
}

.lead {
    font-size: 1.0625rem;
    font-weight: 300
}


@media (max-width:767.98px) {
    h1 {
        font-size: 1.5rem
    }
    h2 {
        font-size: 1.375rem
    }
    h3 {
        font-size: 1.25rem
    }
    h4 {
        font-size: 1.125rem
    }
    h5 {
        font-size: .9375rem
    }
    h6 {
        font-size: .75rem
    }
}


.lg-title{
    font-size: 52px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 60px;
    color: rgb(33, 37, 41);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-struggle-0.0.2 _sass/struggle/base/_base.typography.scss
jekyll-struggle-0.0.1 _sass/struggle/base/_base.typography.scss