diff --git a/ui/public/index.html b/ui/public/index.html
index 5e2ae779..ce146fcf 100644
--- a/ui/public/index.html
+++ b/ui/public/index.html
@@ -19,6 +19,9 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
+
+
+
zrok
diff --git a/ui/src/index.css b/ui/src/index.css
index ec2585e8..328c34c4 100644
--- a/ui/src/index.css
+++ b/ui/src/index.css
@@ -11,3 +11,7 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Russo One', sans-serif;
+}
\ No newline at end of file