diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-18 22:49:08 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-18 22:49:08 +0400 |
commit | 5230d39255d6996e6ea1c8f7304a33e20efb731b (patch) | |
tree | 5451092307a10aa9dfbf34d24316bcbe14e0bfa7 /style.css | |
parent | 4705e74eac595d585e7fcfe6e635a5e2c51dfdc8 (diff) |
import JetBrains Mono from google fonts
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 */ |