diff --git a/public/apps/messages.png b/public/apps/messages.png new file mode 100644 index 0000000000..dc97338190 Binary files /dev/null and b/public/apps/messages.png differ diff --git a/src/styles/webfont.css b/src/styles/webfont.css index bf4a0db661..30d7d4ae54 100644 --- a/src/styles/webfont.css +++ b/src/styles/webfont.css @@ -41,3 +41,11 @@ font-weight: normal; font-style: normal; } + +@font-face { + font-family: 'JetBrains Mono'; + src: url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'), + url('https://fonts.googleapis.com/css2?family=Fira+Code:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); + font-weight: normal; + font-style: normal; +}