>1200px typography styling [complete]

This commit is contained in:
Thomas Smith 2022-09-21 14:15:03 -04:00
parent 4991ac5109
commit ab4c1cb6af

View file

@ -1,3 +1,5 @@
/* General Typography */
@font-face { @font-face {
font-family: "pp-neue-machina"; font-family: "pp-neue-machina";
src: url("/fonts/PPNeueMachina-InktrapLight.woff"); src: url("/fonts/PPNeueMachina-InktrapLight.woff");
@ -34,6 +36,12 @@ h4{
color:#00ffd0; color:#00ffd0;
} }
h5{
font-family: "pp-neue-machina", sans-serif;
color:#00ffd0;
text-transform: uppercase;
}
p{ p{
font-family: "sono", sans-serif; font-family: "sono", sans-serif;
color: #ffffff; color: #ffffff;
@ -55,17 +63,18 @@ li{
line-height: 12.4vw; line-height: 12.4vw;
margin-top: -1.116vw; margin-top: -1.116vw;
margin-left: -0.837vw; margin-left: -0.837vw;
margin-bottom: 1.2vw;
} }
h2{ h2{
font-size: 6vw; font-size: 5.5vw;
line-height: 8.5vw; line-height: 8.4vw;
margin-bottom: 2.065vw; margin-bottom: -1vw;
} }
h3{ h3{
font-size: 3.8rem; font-size: 3.8rem;
line-height: 4.464vw; line-height: 8.3vw;
margin-bottom: 2.511vw; margin-bottom: 2.511vw;
margin-top: 1.395vw; margin-top: 1.395vw;
} }
@ -75,6 +84,13 @@ li{
line-height: 4.116vw; line-height: 4.116vw;
} }
h5{
font-size: 1.5vw;
line-height: 4.116vw;
margin-top: -0.3vw;
margin-bottom: 1.2vw;
}
.lead{ .lead{
font-size: 1.5vw !important; font-size: 1.5vw !important;
line-height: 1.7vw !important; line-height: 1.7vw !important;