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

@@ -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;