Skip to content

Decrease font-weight for bold text #7728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_sass/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
&__heading {
padding-right: 20px;
font-size: 16px;
font-weight: 600;
font-weight: 500;
color: color(gray-800);
line-height: 1.71;
position: relative;
Expand All @@ -38,7 +38,7 @@
display: inline-block;
margin-top: 7px;
font-size: 14px;
font-weight: 600;
font-weight: 500;
text-decoration: underline;
}

Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_button.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.button {
font-size: 12px;
font-weight: 600;
font-weight: 500;
line-height: 1.5;
text-align: center;
padding: 8px 12px;
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_code-example.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
color: color(gray-700);
font-size: 12px;
line-height: 16px;
font-weight: 600;
font-weight: 500;

&:hover {
color: color(primary);
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_destination-menu.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.destination-menu {
&__title {
font-weight: 600;
font-weight: 500;
padding-bottom: 10px;
font-size: 14px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_list-steps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
height: 40px;
border-radius: 50%;
background-color: color(primary-lighter);
font-weight: 600;
font-weight: 500;
color: color(primary);
}

Expand Down
8 changes: 4 additions & 4 deletions src/_sass/components/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
&::before {
content: counter(list-items) ". ";
color: color(primary);
font-weight: 600;
font-weight: 500;
transform: translate(-23px, 0);
}
}
Expand Down Expand Up @@ -227,7 +227,7 @@

th {
color: color(gray-700);
font-weight: 600;
font-weight: 500;
padding: 12px;

@include breakpoint(medium up) {
Expand All @@ -240,7 +240,7 @@
}
th > code {
color: #696f8c;
font-weight: 600;
font-weight: 500;
font-size: 10px;
background-color: inherit;
}
Expand Down Expand Up @@ -392,7 +392,7 @@ tr.show {
padding: 0px 6px;
border-radius: 4px;
height: 16px;
font-weight: 600;
font-weight: 500;
text-transform: uppercase;
color: rgb(71, 77, 102);
opacity: 0.65;
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_mobile-menu-side.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

&__title {
font-weight: 600;
font-weight: 500;
}

&__list {
Expand Down
4 changes: 2 additions & 2 deletions src/_sass/components/_quickinfo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
background-color:#E7E4F9;
color: #6E62B6;
text-transform: uppercase;
font-weight: 600;
font-weight: 500;
padding: 0px 6px;
border-radius: 4px

Expand All @@ -35,7 +35,7 @@
margin-top: 12px;
th {
font-size: 14px;
font-weight: 600;
font-weight: 500;
padding: 5px 13px;
background-color: #F4F6FA;
text-transform: none;
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_thumbnail-integration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
border-radius: 4px;
font-size: 11px;
line-height: 16px;
font-weight: 600;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.2px;
color: #6E62B6;
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

a {
text-decoration: underline;
font-weight: 600;
font-weight: 500;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/_sass/generics/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ samp {
}

strong {
font-weight: 600;
font-weight: 500;
}
2 changes: 1 addition & 1 deletion src/_sass/vendors/_premonition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

.header {
font-size: 14px;
font-weight: 600;
font-weight: 500;
line-height: 24px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/privacy/consent-management/consent-in-retl.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ Open the [Profile Explorer](/docs/unify/#profile-explorer) and verify that your
### Reverse ETL Actions destinations
Segment automatically filters out data from users who have not consented to the category mapped to your destination.

To verify that this behavior is working as intended, open [Delivery Overview](/docs/connections/delivery-overview) for a Reverse ETL-supported Actions destination and view the events that were successfully delivered to the destination. The events in your destination should only come from users that consented to send data to the category that your supported Actions destination belongs to.
To verify that this behavior is working as intended, open [Delivery Overview](/docs/connections/delivery-overview) for a Reverse ETL-supported Actions destination and view the events that were successfully delivered to the destination. The events in your destination should only come from users that consented to send data to the category that your supported Actions destination belongs to.
Loading