Skip to content

Commit 84350cc

Browse files
committed
use tailwind font
1 parent 16903fd commit 84350cc

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

apps/developer-hub/src/components/RewardSimulator/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
}
8080

8181
.resultValue {
82-
font-family: theme.font-family("monospace");
82+
font-family: var(--font-mono);
8383
font-size: theme.font-size("sm");
8484
margin: 0;
8585
margin-bottom: theme.spacing(2);

packages/component-library/src/theme.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@ $font-weight: (
3030
@return map-get-strict($font-weight, $weight);
3131
}
3232

33-
$font-family: (
34-
"monospace": (
35-
"ui-monospace",
36-
"sfmono-regular",
37-
"consolas",
38-
"Liberation Mono",
39-
"menlo",
40-
"monospace",
41-
),
42-
);
43-
44-
@function font-family($family) {
45-
@return map-get-strict($font-family, $family);
46-
}
47-
4833
$font-size: (
4934
"xxs": 0.6875rem,
5035
"xs": 0.75rem,

0 commit comments

Comments
 (0)