Skip to content

Commit

Permalink
🎨Style: Change font for navbar title
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwonj committed Sep 4, 2023
1 parent d8f3918 commit e6b551e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600;700&display=swap");

h1,
h2,
h3,
h4,
h5 {
font-family: "Source Code Pro", monospace;
font-weight: 700;
}

:root {
Expand Down Expand Up @@ -59,6 +58,10 @@ html[data-theme="dark"] {
font-weight: 600;
}

.navbar__title {
font-weight: 700;
}

.footer {
border-top: 1px solid var(--ifm-color-emphasis-200);

Expand Down

0 comments on commit e6b551e

Please sign in to comment.