Skip to content
Snippets Groups Projects
Commit 6665e78a authored by Paulina Nogal's avatar Paulina Nogal
Browse files

Merge branch 'red-hat-font-weight-update' into 'master'

Update font-weight of headings

See merge request !38
parents 7bb472bc 2530ca6b
Branches sadBucky
No related tags found
1 merge request!38Update font-weight of headings
...@@ -25,16 +25,11 @@ a:hover{ ...@@ -25,16 +25,11 @@ a:hover{
font-size: 32px; font-size: 32px;
} }
h1 { h1, h2, h3, h4, h5, h6 {
font-family: Red Hat Display, sans-serif; font-family: Red Hat Display, sans-serif;
font-weight: 630; font-weight: 630;
} }
h2, h3, h4, h5, h6 {
font-family: Red Hat Display, sans-serif;
font-weight: 650;
}
h3 { h3 {
font-size: 22px; font-size: 22px;
line-height: 1.2; line-height: 1.2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment