Skip to content

Commit

Permalink
Apply same font as header to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 18, 2024
1 parent 2736d3c commit 8c6ec65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/less/components/uf-sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
width: @sidebar-width;
z-index: 2;
transition: height 0.3s ease-out;
font-family: @navbar-navbar-nav-item-font;
}

/* Set main content beside sidebar */
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/utility.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
letter-spacing: -0.45px;
font-size: 2.1rem;
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-family: @navbar-navbar-nav-item-font;
}

0 comments on commit 8c6ec65

Please sign in to comment.