From af7ab9ba72ea5ba475906a5ec2436ed1104a3a15 Mon Sep 17 00:00:00 2001 From: ForeverPyrite Date: Tue, 1 Jun 2021 00:13:18 -0400 Subject: [PATCH] yes --- README.md | 10 +++++----- font-files/stylesheet.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0c04bb8..6b35137 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ That's....a little tought BUT Open up your CSS file (or make one and learn how to import stylesheets, it's extremely easy) and just copy and past this as your font face (@font-face) ```css @font-face { - font-family: 'nimbus_sans_d_otlight'; - src: url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'), - url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; + 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'); + font-weight: normal; + font-style: normal; } ``` diff --git a/font-files/stylesheet.css b/font-files/stylesheet.css index b0a9265..68c2b6c 100644 --- a/font-files/stylesheet.css +++ b/font-files/stylesheet.css @@ -3,10 +3,10 @@ @font-face { - font-family: 'nimbus_sans_d_otlight'; - src: url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'), - url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; + 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'); + font-weight: normal; + font-style: normal; } \ No newline at end of file