Sha256: d8f1d96b9abced49029a501d7819b6172a7b1f836a22fb7dfc74d376422b0bdf

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

/**
 * Basic typography style for copy text
 */
body {
  color: $text-color;
  font: 400 14px/1 $text-font-stack;
}

.bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mancalledmountain-theme-0.1.0 _sass/base/_typography.scss