Skip to content

Commit

Permalink
fix: jetbrains mono font, missing message app image (#155)
Browse files Browse the repository at this point in the history
* feat: local change

* chore: restore mono font
  • Loading branch information
zhuozhiyongde authored Dec 5, 2023
1 parent 4c9e27e commit 2679e7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/apps/messages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/styles/webfont.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 2679e7b

Please sign in to comment.