From e2e9c4ba373ee9eba059b22cc8d9b393809ba244 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 23 Sep 2023 14:13:37 -0400 Subject: [PATCH] Update moeta.css --- assets/css/moeta.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/moeta.css b/assets/css/moeta.css index 5da978b..4548322 100644 --- a/assets/css/moeta.css +++ b/assets/css/moeta.css @@ -2,7 +2,7 @@ @font-face { font-family: "System Font"; - src: url("assets/fonts/SFUIRounded.woff") format('woff'); + src: url("https://cht.venith.net/assets/fonts/SFUIRounded.woff") format('woff'); } :root { --genwidth: 850px ; @@ -38,7 +38,7 @@ body{ float: right; padding: 1.5em; max-width: 35em; - background: url(assets/images/bg.gif) center center/cover fixed no-repeat; + background: url(https://cht.venith.net/assets/images/bg.gif) center center/cover fixed no-repeat; } header{ text-align: right;