Skip to content

Commit

Permalink
feat: add jetbrains mono font (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 authored Sep 14, 2023
1 parent 6a5736d commit 1704d2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions apps/portfolio/src/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url('./pretendardvariable-dynamic-subset.css');
@import url('./jetbrains-mono.css');
@import 'tailwindcss/base';
@import url('./reset.css');

Expand Down
7 changes: 7 additions & 0 deletions apps/portfolio/src/styles/jetbrains-mono.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@font-face {
font-family: 'JetBrains Mono';
font-weight: 400;
font-display: swap;
src: local('JetBrains Mono Regular'),
url(/fonts/JetBrains-Mono-Regular.woff2) format('woff2');
}

0 comments on commit 1704d2b

Please sign in to comment.