Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tdziezykDS committed Sep 30, 2024
1 parent aa33818 commit 15c2dc6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion blocks/breadcrumb/breadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.breadcrumb a:any-link {
color: rgb(0 161 159);
font-family: rwe-light;
font-family: rwe-light, Arial, Helvetica, sans-serif;
}

.breadcrumb a:hover,
Expand Down
2 changes: 1 addition & 1 deletion blocks/cards/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.cards > ul > li h1,
.cards > ul > li h2,
.cards > ul > li h3 {
font-family: rwe-medium;
font-family: rwe-medium, Arial, Helvetica, sans-serif;
}

.cards .cards-card-body {
Expand Down
4 changes: 2 additions & 2 deletions blocks/facts/facts.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
.facts .facts-value {
font-size: 24px;
line-height: 28px;
font-family: rwe-bold;
font-family: rwe-bold, Arial, Helvetica, sans-serif;
color: #00a19f;
}

.facts p {
margin: 0;
font-family: rwe-medium;
font-family: rwe-medium, Arial, Helvetica, sans-serif;
}
2 changes: 1 addition & 1 deletion blocks/press-releases/press-releases.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.press-releases .press-releases-heading a {
font-size: 15px;
line-height: 22px;
font-family: rwe-medium;
font-family: rwe-medium, Arial, Helvetica, sans-serif;;
color: #00a19f;
display: flex;
align-items: center;
Expand Down
17 changes: 2 additions & 15 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@
--nav-height: 130px;
}

/* fallback fonts */
@font-face {
font-family: rwe-bold;
size-adjust: 88.82%;
src: local("Arial");
}

@font-face {
font-family: roboto-fallback;
size-adjust: 99.529%;
src: local("Arial");
}

* {
box-sizing: border-box;
}
Expand Down Expand Up @@ -70,7 +57,7 @@ footer .footer[data-block-status="loaded"] {
h1,
h2,
h3 {
font-family: rwe-bold, sans-serif;
font-family: rwe-bold, Arial, Helvetica, sans-serif;;
font-weight: 400;
width: 100%;
margin-top: 0;
Expand Down Expand Up @@ -288,7 +275,7 @@ main .section.long-button .default-content-wrapper a.button {
}

p strong {
font-family: rwe-bold;
font-family: rwe-bold, Arial, Helvetica, sans-serif;
}

.section.text-center .default-content-wrapper {
Expand Down

0 comments on commit 15c2dc6

Please sign in to comment.