commit 5fa3943a1a83f014d70bc9623c7024af05b6027a parent e7b33b3a1fe72540803d13aa9614db8799a53944 Author: mpizzzle <m@michaelpercival.xyz> Date: Sat, 20 Aug 2022 09:20:50 +0100 updating font to BQN386 Diffstat:
| M | static/style.css | | | 13 | ++++++++++--- |
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/static/style.css b/static/style.css @@ -1,12 +1,19 @@ body { background: #0c1010; color: #ccc; - font-family: "BQN386"; - font-style: sans-serif; - src: url('https://michaelpercival.xyz/BQN386/BQN386.ttf'); margin: 0em; + font-family: 'BQN386'; } +@font-face { + font-family: 'BQN386'; + src: url('BQN386/BQN386.woff2') format('woff2'), + url('BQN386/BQN386.woff') format('woff'), + url('BQN386/BQN386.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + } + .main { background-color: #1d2021; line-height: 1.5em;