Skip to content

Commit

Permalink
more precis font for depth chart
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Jan 17, 2024
1 parent d7dd800 commit 5b2b294
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/trade/depthChartWidget/useDepthChartWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ export const useDepthChartWidget = (base?: Token, quote?: Token) => {
return prettifyNumber(value, { abbreviate: true });
},
style: {
fontFamily: 'GT America Mono',
color: 'rgba(255, 255, 255, 0.6)',
fontFamily:
'GT America Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
},
},
crosshair: {
Expand Down Expand Up @@ -140,7 +141,8 @@ export const useDepthChartWidget = (base?: Token, quote?: Token) => {
},
style: {
color: 'rgba(255, 255, 255, 0.6)',
fontFamily: 'GT America Mono',
fontFamily:
'GT America Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
},
},
},
Expand Down

0 comments on commit 5b2b294

Please sign in to comment.