From 5230d39255d6996e6ea1c8f7304a33e20efb731b Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 18 Jan 2025 22:49:08 +0400 Subject: import JetBrains Mono from google fonts --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 0d3f6aa..7bf3a02 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,14 @@ /* 10th June 2024, Designer: Suleyman Farajli */ +@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap'); + +.jetbrains-mono { + font-family: "JetBrains Mono", serif; + font-optical-sizing: auto; + font-weight: 500; + font-style: normal; +} + body { font: 15px jetbrains mono; width: 60em; /* make width window size independent */ -- cgit v1.2.3