Skip to content

Commit

Permalink
updates font stack
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 11, 2024
1 parent 90eb7ee commit a02793c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/carbon-alt.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
align-items: center;
overflow: hidden;
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
max-width: 375px;
background: var(--white);
border: 1px solid var(--gray-200);
Expand Down
2 changes: 1 addition & 1 deletion css/carbon.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
align-items: center;
overflow: hidden;
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
padding: 0.5rem;
background: var(--white);
text-align: center;
Expand Down
3 changes: 2 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ html {
body {
font-size: 1.8rem;
line-height: 1.618;
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-weight: normal;
text-align: center;
color: var(--black);
Expand Down Expand Up @@ -424,6 +424,7 @@ td.hex-value {
margin: 0;
font-size: 2.7rem;
line-height: 1.3;
font-weight: bold;
}

.documentation h2:first-child {
Expand Down

0 comments on commit a02793c

Please sign in to comment.