Skip to content

Commit

Permalink
Merge pull request #54922 from Expensify/dubielzyk-fix-helpdot-headlines
Browse files Browse the repository at this point in the history
Fix headlines to be serif instead of mono fonts
  • Loading branch information
srikarparsi authored Jan 8, 2025
2 parents f06dda7 + 813b74e commit 9f1d2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ details[open] > summary {

h1,
summary {
font-family: 'Expensify Mono', 'SFMono-Regular', monospace, Arial, sans-serif;
font-family: 'Expensify New Kansas', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
font-weight: 500;
font-size: larger;
}
Expand Down

0 comments on commit 9f1d2d8

Please sign in to comment.