Skip to content

Commit

Permalink
Remove redundant font-family settings from various components
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Dec 20, 2024
1 parent 4d2f61e commit 9b86232
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
padding: var(--spacing-2);
border-bottom: 1px solid var(--global-border);
color: var(--global-foreground);
font-family: var(--main-font);
font-size: var(--font-size-2);
font-style: normal;
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

.heading {
color: var(--global-foreground);
font-family: var(--main-font);
font-size: var(--font-size-3);
font-style: normal;
font-weight: 400;
Expand All @@ -15,7 +14,6 @@

.comment {
color: var(--color-white-alpha-70);
font-family: var(--main-font);
font-size: var(--font-size-2);
font-style: normal;
font-weight: 400;
Expand Down Expand Up @@ -44,7 +42,6 @@
padding: var(--spacing-1) var(--spacing-2);
border-right: solid 1px var(--global-border);
color: var(--color-white-alpha-70);
font-family: var(--main-font);
font-size: var(--font-size-2);
font-style: normal;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
border-radius: var(--border-radius-base);
background: var(--pane-muted-background);
color: var(--color-white-alpha-70);
font-family: var(--main-font);
font-size: var(--font-size-3);
font-style: normal;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
align-items: center;
gap: var(--spacing-1);
color: var(--global-foreground);
font-family: var(--main-font);
font-size: var(--font-size-3);
font-style: normal;
font-weight: 400;
Expand All @@ -29,7 +28,6 @@

.listItem {
color: var(--color-white-alpha-70);
font-family: var(--main-font);
font-size: var(--font-size-2);
font-style: normal;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

.heading {
color: var(--global-foreground);
font-family: var(--main-font);
font-size: var(--font-size-3);
font-style: normal;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

.heading {
color: var(--global-foreground);
font-family: var(--main-font);
font-size: var(--font-size-2);
font-style: normal;
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
align-items: center;
gap: var(--spacing-1);
color: var(--global-foreground);
font-family: var(--main-font);
font-size: var(--font-size-3);
font-style: normal;
font-weight: 400;
Expand All @@ -29,7 +28,6 @@

.listItem {
color: var(--color-white-alpha-70);
font-family: var(--main-font);
font-size: var(--font-size-2);
font-style: normal;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

.label {
color: var(--overlay-60);
font-family: var(--main-font);
font-size: var(--font-size-3);
font-style: normal;
font-weight: 400;
Expand Down

0 comments on commit 9b86232

Please sign in to comment.