Skip to content

Commit 1acb870

Browse files
authored
enhance: header use Roboto not Benton (#470)
A free font is easier to replicate across clients.
1 parent 8dce48a commit 1acb870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/_imports/trumps/s-header.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Styleguide Trumps.Scopes.Header
2929
letter-spacing: 0.025px; /* 14px * 0.025em equals design-requested 0.35px */
3030
line-height: 1.4; /* `body` line-height differs between CMS, Portal, Docs */
3131

32-
font-family: var(--global-font-family--sans--cms);
32+
font-family: var(--global-font-family--sans--portal);
3333
/* Copied from Portal (via `body`) */
3434
-webkit-font-smoothing: antialiased;
3535
-moz-osx-font-smoothing: grayscale;

0 commit comments

Comments
 (0)