Skip to content

Instantly share code, notes, and snippets.

View jolfosh's full-sized avatar
🐞
Waiting for something to bug me enough to fix it

Joshua Chasteen jolfosh

🐞
Waiting for something to bug me enough to fix it
  • Broken Arrow, Oklahoma
  • 14:17 (UTC -05:00)
  • LinkedIn in/jolfosh
View GitHub Profile
@Albert221
Albert221 / JetBrains-Mono.css
Last active March 5, 2025 17:39
CSS for using JetBrains Mono on the Web. Simply copy&paste it to your stylesheet.
@font-face {
font-family: 'JetBrains Mono';
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Bold-Italic.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Bold-Italic.woff') format('woff');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {