aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/index.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index c7f71b2..a3c339e 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Grid of Life</title>
+ <title>Tilo</title>
</head>
<body>
<div id="app"></div>
diff --git a/src/index.css b/src/index.css
index a82c47e..6569d31 100644
--- a/src/index.css
+++ b/src/index.css
@@ -4,7 +4,7 @@
@font-face {
font-family: Ubuntu;
- src: url('fonts/Ubuntu-Regular.woff2');
+ src: url('/fonts/Ubuntu-Regular.woff2');
}
body {
font-family: Ubuntu, system-ui, sans-serif;