Updated sans-serif to Inter
This commit is contained in:
parent
aea6414b3a
commit
14ccbbdf53
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
*, *::before, *::after {
|
||||
box-sizing: inherit;
|
||||
|
@ -14,4 +15,5 @@ body {
|
|||
width: 100%;
|
||||
margin: 0;
|
||||
color: #000000de;
|
||||
font-family: Inter, sans-serif;
|
||||
}
|
Reference in a new issue