feat(ui): Source CashSans-Bold and improve overall text rendering (#3091)

This commit is contained in:
Logan Moseley
2025-07-21 12:50:47 -04:00
committed by GitHub
parent d085126709
commit 423bf069b1

View File

@@ -248,6 +248,16 @@
font-style: normal;
}
@font-face {
font-family: 'Cash Sans';
src:
url(https://cash-f.squarecdn.com/static/fonts/cashsans/woff2/CashSans-Bold.woff2)
format('woff2'),
url(https://cash-f.squarecdn.com/static/fonts/cashsans/woff/CashSans-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Cash Sans Mono';
src:
@@ -485,6 +495,8 @@
body {
background-color: var(--background-app);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.word-break {