diff options
author | altaf-creator <athaalaa@gmail.com> | 2023-10-11 13:58:12 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2023-10-11 13:58:12 +0700 |
commit | 186df2c71e361ad84bf66625d87fab41eac827a9 (patch) | |
tree | 4cc5bcc6a86efc684581a40a922ff9154708050b | |
parent | 3a905dac9413d931bf8587f2aaf6b1b15568a8de (diff) |
I was even more stupid than I thought. Fixed missing fonts (for really real this time)
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,150;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,150;1,400;1,500;1,600;1,700;1,800&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,150;0,200;0,400;0,500;0,600;0,700;0,800;1,100;1,150;1,200;1,400;1,500;1,600;1,700;1,800&display=swap'); :root { --accent1: #00BA62; |