Updated sans-serif to Inter

This commit is contained in:
Edgar P. Burkhart 2020-12-20 15:11:42 +01:00
parent aea6414b3a
commit 14ccbbdf53
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}