Skip to content

Commit

Permalink
fix: ensure code blocks use monofont (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpwaldon authored Feb 7, 2024
1 parent 2c24d37 commit 2ecfc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/base-docs/src/css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
font-family: CoinbaseMono;
font-style: normal;
font-weight: 400;
src: url('/static/fonts/CoinbaseText-Regular.woff2') format('woff2');
src: url('/static/fonts/CoinbaseMono-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');
src: url('/static/fonts/CoinbaseMono-Medium.woff2') format('woff2');
}

@font-face {
Expand Down

0 comments on commit 2ecfc08

Please sign in to comment.