species-of-things
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

typography.less
text/plain

Download raw (427 bytes)

/* -------------------------------------------- VARIABLES ----------------------------------------- */
@font-size: 12pt;
@body-font: serif;
@line-height: 14.5pt;

/* -------------------------------------------- GENERIC CLASSES ----------------------------------------- */


body{
	line-height: @line-height;
}

h1,
h2 {
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

em {
    font-style: italic;
}