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;
|
line-height: 1.375rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 24px;
|
margin: 24px;
|
||||||
|
font-feature-settings: 'ss01', 'ss03';
|
||||||
}
|
}
|
||||||
body > div {
|
body > div {
|
||||||
margin: 24px;
|
margin: 24px;
|
||||||
|
@ -36,6 +37,7 @@ h1 {
|
||||||
line-height: 4rem;
|
line-height: 4rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin: 24px;
|
margin: 24px;
|
||||||
|
font-feature-settings: 'ss01', 'ss02', 'ss03', 'cv11';
|
||||||
}
|
}
|
||||||
h1 strong {
|
h1 strong {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -118,8 +120,9 @@ ul li {
|
||||||
}
|
}
|
||||||
|
|
||||||
sup {
|
sup {
|
||||||
vertical-align: top;
|
vertical-align: baseline;
|
||||||
line-height: 1em;
|
font: inherit;
|
||||||
|
font-feature-settings: 'ss01', 'ss03', 'sups';
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Reference in a new issue