From f7657a2a70a32b4ec1bb3914264e55fc1308e6d8 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Tue, 26 Nov 2024 16:22:44 -0500 Subject: [PATCH] chore: Fixup Font --- about.html | 2 +- index.html | 2 +- services.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index d535d85..3f93cd7 100644 --- a/about.html +++ b/about.html @@ -33,7 +33,7 @@ } body { - font-family: "System Font"; + font-family: "SFUIRounded"; background: linear-gradient(indigo, darkslategray) fixed; background: #100; margin-bottom: 100px; diff --git a/index.html b/index.html index a073559..e976172 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ } body { - font-family: "System Font"; + font-family: "SFUIRounded"; background: linear-gradient(indigo, darkslategray) fixed; background: #100; margin-bottom: 100px; diff --git a/services.html b/services.html index 053a263..c198fd0 100644 --- a/services.html +++ b/services.html @@ -21,7 +21,7 @@ @charset "UTF-8"; @font-face { - font-family: "System Font"; + font-family: "SFUIRounded"; src: url("http://cdn.venith.net/www.venith.net/assets/fonts/SFUIRounded.ttf") format('ttf'); } @@ -39,7 +39,7 @@ } body { - font-family: "System Font"; + font-family: "SFUIRounded"; background: linear-gradient(indigo, darkslategray) fixed; background: #100; margin-bottom: 100px;