mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
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:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user