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 {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
}
|
||||||
*, *::before, *::after {
|
*, *::before, *::after {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
|
@ -14,4 +15,5 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #000000de;
|
color: #000000de;
|
||||||
|
font-family: Inter, sans-serif;
|
||||||
}
|
}
|
Reference in a new issue