File "typography.less"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/mango-buttons/admin/style/typography.less
File size: 487 B (487 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

@buttonFont:'Open Sans', serif;

/*Override default fonts...only in mango buttons space*/
.mb-page{
	
	//parent font size
	font-size:16px;
	font-family: @buttonFont;

	a{
		color:@red;
		text-decoration:none;
		.transition();
	
		&:hover{
			color:@red;
		}
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family:@buttonFont;
	}

	h1{
		font-size:3rem;
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.8rem;
	}
	h4{
		font-size:1.5rem;
	}
	h5{
		font-size:1.2rem;
	}
	h6{
		font-size:1rem;
	}
}