Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update headings typography. #96

Open
betsydupuis opened this issue Nov 21, 2017 · 0 comments
Open

Update headings typography. #96

betsydupuis opened this issue Nov 21, 2017 · 0 comments

Comments

@betsydupuis
Copy link

Here are the properties that are needed. Some properties will need to be overridden, others can be stored in variables. Foundation uses em units instead of pixels, so be mindful to convert these units if the framework doesn't do it already.

.h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 24px;
}
.h2 {
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 12px;
}
.h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 12px;
}
.h4 {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
}
.h5 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}
.h6 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant