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

Embed new fonts #3927

Merged
merged 7 commits into from
Jun 10, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Brand typography
  • Loading branch information
Madelena committed Jun 10, 2024
commit f7f1f894414d341249e555e73dedac15b3c9b4b2
21 changes: 21 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,27 @@ div.body p, div.body dd, div.body li, div.body blockquote {
display: none;
}

/* New branding changes */

div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6, div.sphinxsidebar h3, div.sphinxsidebar h4, div.admonition p.admonition-title {
font-family: Figtree, system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
font-weight: 600;
}

div.body h1 {
font-size: 2.5rem;
}

body {
font-family: "Instrument Sans", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
line-height: 1.5;
letter-spacing
}

div.body p, div.body dd, div.body li {
line-height: 1.75;
}

@media screen and (max-width: 875px) {
/* hide search result thumbnails on mobile */
.pagefind-modular-list-thumb {
Expand Down