BareGit

Simple-slides: Change font to Inter with ss02

Author: MetroWind <chris.corsair@gmail.com>
Date: Sun Jan 25 10:41:32 2026 -0800
Commit: 53fcb7a95e2342cbb40c0945ec97035e563b70b0

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 {