Skip to content

Instantly share code, notes, and snippets.

View bartzalewski's full-sized avatar

Bart Zalewski bartzalewski

View GitHub Profile
@bartzalewski
bartzalewski / JetBrains-Mono.css
Last active December 9, 2020 10:49
Minified CSS for using JetBrains Mono on my portfolio.
@font-face {
font-family: "JetBrains Mono Regular";
src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/web/eot/JetBrainsMono-Regular.eot")
format("embedded-opentype"),
url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/web/woff2/JetBrainsMono-Regular.woff2")
format("woff2"),
url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/web/woff/JetBrainsMono-Regular.woff")
format("woff"),
url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/ttf/JetBrainsMono-Regular.ttf")
format("truetype");