Skip to content

Commit

Permalink
Add CoinbaseMono font (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
taycaldwell authored Jan 16, 2024
1 parent b5d031c commit c193e88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/base-docs/src/css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@
src: url('/static/fonts/CoinbaseSans-Medium.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: CoinbaseMono;
font-style: normal;
font-weight: 400;
src: url('/static/fonts/CoinbaseText-Regular.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: CoinbaseMono;
font-style: normal;
font-weight: 500;
src: url('/static/fonts/CoinbaseText-Medium.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: CoinbaseText;
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c193e88

Please sign in to comment.