commit e7b33b3a1fe72540803d13aa9614db8799a53944 parent 6b4ea98163cecda8935ac77c1e318e4b663a246e Author: mpizzzle <m@michaelpercival.xyz> Date: Fri, 19 Aug 2022 20:35:59 +0100 adding src link to BQN386 font Diffstat:
| M | static/style.css | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/static/style.css b/static/style.css @@ -1,8 +1,9 @@ body { background: #0c1010; color: #ccc; - font-family: "BQN386 Nerd Font"; - font-style: sans-serif ; + font-family: "BQN386"; + font-style: sans-serif; + src: url('https://michaelpercival.xyz/BQN386/BQN386.ttf'); margin: 0em; }