Changes
diff --git a/simple-slides/index.html b/simple-slides/index.html
index 677113a..e4f7a58 100644
--- a/simple-slides/index.html
+++ b/simple-slides/index.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Random Slides</title>
+ <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="style.css">
<script type="importmap">
{
diff --git a/simple-slides/style.css b/simple-slides/style.css
index 1268f67..f699304 100644
--- a/simple-slides/style.css
+++ b/simple-slides/style.css
@@ -198,6 +198,8 @@ body {
z-index: 1000;
padding: 40px;
overflow: hidden;
+ font-family: 'Inter var', 'Inter', sans-serif;
+ font-feature-settings: "ss02" 1;
}
.slide-content {