sunsheeppoplar / tav-murphy-portfolio

0 stars 1 forks source link

Update Font for H1 and H2 #38

Closed sunsheeppoplar closed 3 years ago

sunsheeppoplar commented 3 years ago

Looking at trying out

sunsheeppoplar commented 3 years ago
h1 {
    font-family: futura-pt,sans-serif;
    font-size: 3.6em;
    font-weight: 700;
    font-style: normal;
    margin-bottom: -32px;
}

h4 {
    font-family: linotype-sabon, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 14px;
}