Skip to content

Commit

Permalink
chore :: font
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 4, 2024
1 parent ec9bd64 commit bb26dd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added src/fonts/JetBrainsMono-Medium.woff2
Binary file not shown.
Binary file added src/fonts/JetBrainsMono-Regular.woff2
Binary file not shown.
8 changes: 8 additions & 0 deletions src/style/GlobalStyle.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import { Global, css } from '@emotion/react';

const style = css`
@font-face {
font-family: 'JetBrains Mono';
src: url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&family=JetBrains+Mono:wght@800&display=swap')
format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Pretendard';
font-weight: 900;
Expand Down

0 comments on commit bb26dd9

Please sign in to comment.