Skip to content

Commit

Permalink
Merge pull request #848 from gympass/chore/switch-to-inter
Browse files Browse the repository at this point in the history
chore: switch font to inter
  • Loading branch information
flavia-moraes authored Nov 13, 2024
2 parents 61cbcba + d90755b commit 66f02d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/doc/src/components/Dropdown/Dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Selector = styled.div`
const Input = styled.input`
background-color: transparent;
border: none;
font-family: 'neue-haas-grotesk-display';
font-family: 'inter';
font-size: 14px;
padding: 8px 16px 8px;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion packages/doc/src/components/GlobalStyle/GlobalStyle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const GlobalStyle = createGlobalStyle(
padding: 0;
color: #666;
font-family: 'neue-haas-grotesk-display';
font-family: 'inter';
letter-spacing: 0.5px;
overflow: ${overflow ? 'hidden' : 'auto'};
Expand Down
2 changes: 1 addition & 1 deletion packages/doc/src/components/PropsTable/PropsTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const StyledTable = styled.table`
thead {
background-color: ${hexToRgb(elements.lineAndBorders, 0.5)};
font-family: 'neue-haas-grotesk-display';
font-family: 'inter';
th {
Expand Down
2 changes: 1 addition & 1 deletion packages/doc/src/components/Tokens/Tokens.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const StyledTable = styled.table`
font-family: monospace;
thead {
font-family: 'neue-haas-grotesk-display';
font-family: 'inter';
th {
padding: 14px 12px 12px;
Expand Down

0 comments on commit 66f02d5

Please sign in to comment.