mirror of
https://github.com/rsms/inter.git
synced 2024-11-27 09:49:07 +03:00
website: Use large and bold font for H1
This commit is contained in:
parent
c77a0f8492
commit
7eca124740
@ -30,7 +30,7 @@ a.plain, a.fat {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.fat {
|
||||
font-weight:500;
|
||||
font-weight:700;
|
||||
}
|
||||
|
||||
p {
|
||||
@ -75,13 +75,14 @@ h1, h2, h3 {
|
||||
font-weight: 500;
|
||||
}
|
||||
h1 {
|
||||
color: #333;
|
||||
font-size: 38px;
|
||||
letter-spacing: -1.3px;
|
||||
color: #222;
|
||||
font-size: 55px;
|
||||
letter-spacing: -2.1px;
|
||||
line-height: 40px;
|
||||
text-indent: -2px;
|
||||
text-indent: -2.5px;
|
||||
margin-bottom: 30px;
|
||||
margin-top: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
|
Loading…
Reference in New Issue
Block a user