diff options
| author | Jan Palma <honzik@janpalma.cz> | 2026-02-28 16:24:59 +0100 |
|---|---|---|
| committer | Jan Palma <honzik@janpalma.cz> | 2026-02-28 16:24:59 +0100 |
| commit | 010e4e5250c6629e31ffd2716ac558e127e163d8 (patch) | |
| tree | 018825689555207a4fc6f30b6d9c748c3c92ae8a /assets/fonts/JetBrains.css | |
| parent | 89492d3d14e853d3b14bd036484f9565c75bc420 (diff) | |
| download | spelis-web-010e4e5250c6629e31ffd2716ac558e127e163d8.tar spelis-web-010e4e5250c6629e31ffd2716ac558e127e163d8.tar.gz spelis-web-010e4e5250c6629e31ffd2716ac558e127e163d8.tar.bz2 spelis-web-010e4e5250c6629e31ffd2716ac558e127e163d8.tar.lz spelis-web-010e4e5250c6629e31ffd2716ac558e127e163d8.tar.xz spelis-web-010e4e5250c6629e31ffd2716ac558e127e163d8.tar.zst spelis-web-010e4e5250c6629e31ffd2716ac558e127e163d8.zip | |
OG Image + Fonts
Diffstat (limited to 'assets/fonts/JetBrains.css')
| -rw-r--r-- | assets/fonts/JetBrains.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/fonts/JetBrains.css b/assets/fonts/JetBrains.css new file mode 100644 index 0000000..8aec655 --- /dev/null +++ b/assets/fonts/JetBrains.css @@ -0,0 +1,35 @@ +@font-face { + font-family: "JetBrains Mono"; + font-weight: normal; + font-style: normal; + src: + local("JetBrains Mono"), + url("./JetBrains/Regular.woff2") format("woff2"); +} + +@font-face { + font-family: "JetBrains Mono"; + font-weight: bold; + font-style: normal; + src: + local("JetBrains Mono"), + url("./JetBrains/Bold.woff2") format("woff2"); +} + +@font-face { + font-family: "JetBrains Mono"; + font-weight: normal; + font-style: italic; + src: + local("JetBrains Mono"), + url("./JetBrains/Italic.woff2") format("woff2"); +} + +@font-face { + font-family: "JetBrains Mono"; + font-weight: bold; + font-style: italic; + src: + local("JetBrains Mono"), + url("./JetBrains/BoldItalic.woff2") format("woff2"); +}
\ No newline at end of file |
