diff --git a/fonts/index.css b/fonts/index.css index 023eabb..31079ea 100644 --- a/fonts/index.css +++ b/fonts/index.css @@ -92,3 +92,21 @@ font-style: normal; font-display: swap; } + + +@font-face { + font-family: 'Jet Brains'; + src: url('./woff2/JetBrainsMono-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + + +@font-face { + font-family: 'Jet Brains'; + src: url('./woff2/JetBrainsMono-Bold.woff2') format('woff2'); + font-weight: 700; + font-style: normal; + font-display: swap; +} diff --git a/fonts/woff2/JetBrainsMono-Bold.woff2 b/fonts/woff2/JetBrainsMono-Bold.woff2 new file mode 100644 index 0000000..4917f43 Binary files /dev/null and b/fonts/woff2/JetBrainsMono-Bold.woff2 differ diff --git a/fonts/woff2/JetBrainsMono-Regular.woff2 b/fonts/woff2/JetBrainsMono-Regular.woff2 new file mode 100644 index 0000000..40da427 Binary files /dev/null and b/fonts/woff2/JetBrainsMono-Regular.woff2 differ diff --git a/index.html b/index.html index 21abec4..8840421 100644 --- a/index.html +++ b/index.html @@ -229,6 +229,7 @@