1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00
cv/source/css/elements/_headings.scss
Dan Barber 4346f8a3ba Lots of changes and updates
* Start organizing CSS according to ITCSS

* Replace logo with rainbow db

* Add Imagine Learning to experience

* Refactor layout to use CSS grid
2023-06-25 18:13:26 -05:00

53 lines
674 B
SCSS

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica,
Arial, serif;
font-weight: 700;
text-rendering: optimizeLegibility;
}
h2 {
margin-bottom: 0.75em;
font-size: 1.7em;
/* 36 / 16 = 2 */
line-height: 1.2;
text-align: center;
}
h3 {
text-transform: uppercase;
margin-bottom: 1em;
font-size: 1.4em;
/* 24 / 16 = 1.5 */
line-height: 1.3;
}
h4 {
margin-bottom: 0.75em;
margin-top: 1.7em;
font-size: 1.2em;
/* 20 / 16 = 1.25 */
line-height: 1.25;
font-weight: 500;
}
h5 {
margin-bottom: 1.5em;
font-size: 1em;
/* 16 / 16 = 1 */
}
h6 {
font-size: 1em;
/* 16 / 16 = 1 */
}