Add em & strong
This commit is contained in:
parent
5c3d826e32
commit
945a466dc5
3 changed files with 23 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
font-style: inherit;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
@ -16,7 +17,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "Inter var", "Inter", sans-serif;
|
||||
font-family: "Inter var experimental", "Inter var", "Inter", sans-serif;
|
||||
color: var(--text);
|
||||
margin: 0;
|
||||
margin-top: 4rem;
|
||||
|
@ -37,9 +38,9 @@ h4 {font-size: 1.2rem}
|
|||
h5 {font-size: 1rem}
|
||||
h6 {font-size: .8rem}
|
||||
|
||||
p {
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
p {line-height: 1.3rem}
|
||||
em {font-variation-settings: 'slnt' -5}
|
||||
strong {font-weight: 550}
|
||||
|
||||
a {
|
||||
color: var(--link);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue