From 98e4de8547e76833199059cb49241edebf70bfe4 Mon Sep 17 00:00:00 2001 From: ForeverPyrite <51493121+ForeverPyrite@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:34:35 -0500 Subject: [PATCH] Update stylesheet.css permalinked so the link can never be dead lol (mostly for myself) --- font-files/stylesheet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/font-files/stylesheet.css b/font-files/stylesheet.css index 68c2b6c..d33cbcb 100644 --- a/font-files/stylesheet.css +++ b/font-files/stylesheet.css @@ -4,9 +4,9 @@ @font-face { font-family: 'nimbus_sans_d_otlight'; - src: url('https://foreverpyrite.github.io/css/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'), - url('https://foreverpyrite.github.io/css/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff'); + src: url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'), + url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff'); font-weight: normal; font-style: normal; -} \ No newline at end of file +}