mattlawck of StudioPress
8/3/2018 - 4:03 PM

Sample CSS using Muli from Google Fonts.

Sample CSS using Muli from Google Fonts.

body {
	background-color: #fff;
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.875;
	margin: 0;
}