Skip to content

Commit

Permalink
Update font config
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Feb 6, 2025
1 parent 1496f5a commit e193c10
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions publish.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
/* Logo contains site name, no need to repeat it in the title. */
.site-body-left-column-site-name {
display: none;
}
display: none;
}

/* Applies to all text */
body {
font-family: "Nunito", sans-serif !important;
}

/* Optional: Target specific elements if needed */
.markdown-preview-view,
.markdown-source-view,
.cm-content {
font-family: "Nunito", sans-serif !important;
}

/* Headings (adjust if they use a different font) */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Nunito", sans-serif !important;
}

0 comments on commit e193c10

Please sign in to comment.