Switched to font variants
This commit is contained in:
parent
608444f59f
commit
8e7bfb96a6
1 changed files with 5 additions and 2 deletions
|
@ -15,6 +15,7 @@ body {
|
|||
line-height: 1.375rem;
|
||||
font-weight: 400;
|
||||
margin: 24px;
|
||||
font-feature-settings: 'ss01', 'ss03';
|
||||
}
|
||||
body > div {
|
||||
margin: 24px;
|
||||
|
@ -36,6 +37,7 @@ h1 {
|
|||
line-height: 4rem;
|
||||
font-weight: 300;
|
||||
margin: 24px;
|
||||
font-feature-settings: 'ss01', 'ss02', 'ss03', 'cv11';
|
||||
}
|
||||
h1 strong {
|
||||
font-weight: 600;
|
||||
|
@ -118,8 +120,9 @@ ul li {
|
|||
}
|
||||
|
||||
sup {
|
||||
vertical-align: top;
|
||||
line-height: 1em;
|
||||
vertical-align: baseline;
|
||||
font: inherit;
|
||||
font-feature-settings: 'ss01', 'ss03', 'sups';
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Reference in a new issue