From 6a7ef106ec57379628746643b1f7cdc44d00e12d Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 12 Jun 2025 12:39:27 -0400 Subject: [PATCH] CASH-822 set font weight. --- src/ux-components/list-card/list-card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index 235c6be9e..a583eb0c0 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -132,8 +132,8 @@ export default { } .sub-copy { + font-family: UrbanistRegular; color: $gray-600; - font-weight: 400; } }