mirror of
https://github.com/ivabus/www
synced 2024-11-10 14:55:14 +03:00
>1200px typography styling [complete]
This commit is contained in:
parent
4991ac5109
commit
ab4c1cb6af
|
@ -1,3 +1,5 @@
|
|||
/* General Typography */
|
||||
|
||||
@font-face {
|
||||
font-family: "pp-neue-machina";
|
||||
src: url("/fonts/PPNeueMachina-InktrapLight.woff");
|
||||
|
@ -34,6 +36,12 @@ h4{
|
|||
color:#00ffd0;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
color:#00ffd0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
p{
|
||||
font-family: "sono", sans-serif;
|
||||
color: #ffffff;
|
||||
|
@ -55,17 +63,18 @@ li{
|
|||
line-height: 12.4vw;
|
||||
margin-top: -1.116vw;
|
||||
margin-left: -0.837vw;
|
||||
margin-bottom: 1.2vw;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 6vw;
|
||||
line-height: 8.5vw;
|
||||
margin-bottom: 2.065vw;
|
||||
font-size: 5.5vw;
|
||||
line-height: 8.4vw;
|
||||
margin-bottom: -1vw;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 3.8rem;
|
||||
line-height: 4.464vw;
|
||||
line-height: 8.3vw;
|
||||
margin-bottom: 2.511vw;
|
||||
margin-top: 1.395vw;
|
||||
}
|
||||
|
@ -75,6 +84,13 @@ li{
|
|||
line-height: 4.116vw;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size: 1.5vw;
|
||||
line-height: 4.116vw;
|
||||
margin-top: -0.3vw;
|
||||
margin-bottom: 1.2vw;
|
||||
}
|
||||
|
||||
.lead{
|
||||
font-size: 1.5vw !important;
|
||||
line-height: 1.7vw !important;
|
||||
|
|
Loading…
Reference in a new issue