Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs site changes for brand redesign #2613

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions docs/_extra/css/extra.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
@font-face {
font-family: "Moderat-Regular-Web";
src: url("./Moderat-Regular-Web/Moderat-Regular.woff");
font-family: "Manrope-Regular-Web";
src: url("./Manrope-Regular-Web/Manrope-Regular.woff2");
}
@font-face {
font-family: "Moderat-Regular-Web";
src: url("./Moderat-Bold-Web/Moderat-Bold.woff");
font-family: "Manrope-Regular-Web";
src: url("./Manrope-Bold-Web/Manrope-Bold.woff2");
font-weight: bold;
}
@font-face {
font-family: "Moderat-Regular-Web";
src: url("./Moderat-Regular-Italic-Web/Moderat-Regular-Italic.woff");
font-style: italic;
font-family: "Geomanist-Regular-Web";
src: url("./Geomanist-Regular-Web/geomanist-regular-webfont.woff2");
}


:root {
--color-primary: hsl(170, 69%, 35%);
--color-primary-shade-1: hsl(170, 69%, 30%);
--color-primary: hsl(31, 100%, 58%);
--color-primary-shade-1: hsl(32, 100%, 57%);
--color-text-base: #58585F;
--color-text-dark: #555555;
--color-background-base: #f2f4f8;
Expand All @@ -27,7 +26,7 @@


/* https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/?h=font#additional-fonts */
--md-text-font: "Moderat-Regular-Web";
--md-text-font: "Manrope-Regular-Web";
/* https://squidfunk.github.io/mkdocs-material/reference/admonitions/#custom-admonitions */
--md-admonition-icon--details: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>');
}
Expand Down Expand Up @@ -77,6 +76,7 @@

[data-md-color-scheme="light"] .md-typeset h1, .md-typeset h2, .md-typeset h3 {
font-weight: 600;
font-family: "Geomanist-Regular-Web";
}

[data-md-color-scheme="light"] .md-header{
Expand Down