From 423bf069b1e757ac69e585df8e7ec7e0ec56ed29 Mon Sep 17 00:00:00 2001 From: Logan Moseley Date: Mon, 21 Jul 2025 12:50:47 -0400 Subject: [PATCH] feat(ui): Source CashSans-Bold and improve overall text rendering (#3091) --- ui/desktop/src/styles/main.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ui/desktop/src/styles/main.css b/ui/desktop/src/styles/main.css index 19b8cebd..a329dabb 100644 --- a/ui/desktop/src/styles/main.css +++ b/ui/desktop/src/styles/main.css @@ -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 {