Skip to content

Commit f106643

Browse files
committed
Update styles to incorporate "Space Grotesk" font in the top banner and add new font stylesheet link in redocly.yaml
1 parent cde4071 commit f106643

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

redocly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ links:
5454
rel: stylesheet
5555
- href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap
5656
rel: stylesheet
57+
- href: https://fonts.googleapis.com/css?family=Space+Grotesk:300,400,600,700&display=swap
58+
rel: stylesheet
5759
- href: ./static/css/devportal2024-v1.css
5860
rel: stylesheet
5961
- href: ./static/css/font-awesome.min.css

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/_top-banner.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
height: $banner-height;
66
background: #32E685 !important;
77
padding: 7px 35px;
8-
font-family: "Work Sans";
8+
font-family: "Space Grotesk";
99
z-index: 9999;
1010
cursor: pointer;
1111

@@ -19,7 +19,7 @@
1919
}
2020
color: $black !important;
2121
text-align: center;
22-
font-family: "Work Sans";
22+
font-family: "Space Grotesk";
2323
font-size: 26px; // Further scaled down from 28px
2424
font-style: normal;
2525
font-weight: 600;

0 commit comments

Comments
 (0)