From 58416d2c2bd5bf1741c8f932b0f3cdc4647357dd Mon Sep 17 00:00:00 2001 From: Max Gripe <108034506+MaxGripe@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:36:03 +0200 Subject: [PATCH] push that little yellow button to load it --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 3157d14..c777ac3 100644 --- a/index.html +++ b/index.html @@ -52,12 +52,14 @@ @font-face { font-family: 'JetBrains Mono'; font-style: normal; + font-weight: 400; src: local(''), url('./font/JetBrainsMono-Regular.woff2') format('woff2'); } html, body { + font-weight: 400; min-height: 100%; margin: 0; padding: 0;