diff --git a/public/fonts.css b/public/fonts.css
new file mode 100644
index 00000000..e8722a79
--- /dev/null
+++ b/public/fonts.css
@@ -0,0 +1,13 @@
+/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
+@font-face {
+ font-family: "Virgil";
+ src: url("FG_Virgil.ttf");
+ font-display: swap;
+}
+
+/* https://github.com/microsoft/cascadia-code */
+@font-face {
+ font-family: "Cascadia";
+ src: url("Cascadia.ttf");
+ font-display: swap;
+}
diff --git a/public/index.html b/public/index.html
index ab820bfa..438f754a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -48,16 +48,17 @@
+