chore(app): Add font import

This commit is contained in:
YadPe
2021-04-07 18:49:26 +02:00
parent 5a76904232
commit 26bbf85fa4
+7
View File
@@ -1,6 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
body {
font-family: 'Inter', sans-serif;
font-weight: 400;
}
</style>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />