Update styles to incorporate "Space Grotesk" font in the top banner and add new font stylesheet link in redocly.yaml

This commit is contained in:
akcodez
2025-04-03 14:04:44 -07:00
parent cde4071ad1
commit f1066437fa
3 changed files with 5 additions and 3 deletions

View File

@@ -54,6 +54,8 @@ links:
rel: stylesheet
- href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap
rel: stylesheet
- href: https://fonts.googleapis.com/css?family=Space+Grotesk:300,400,600,700&display=swap
rel: stylesheet
- href: ./static/css/devportal2024-v1.css
rel: stylesheet
- href: ./static/css/font-awesome.min.css

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
height: $banner-height;
background: #32E685 !important;
padding: 7px 35px;
font-family: "Work Sans";
font-family: "Space Grotesk";
z-index: 9999;
cursor: pointer;
@@ -19,7 +19,7 @@
}
color: $black !important;
text-align: center;
font-family: "Work Sans";
font-family: "Space Grotesk";
font-size: 26px; // Further scaled down from 28px
font-style: normal;
font-weight: 600;