Skip to content

Commit e28b9da

Browse files
authored
Revert font change for title
1 parent 9a457db commit e28b9da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LinkDotNet.Blog.Web/Shared/NavMenu.razor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}
99

1010
.barcode {
11-
font-family: 'JetBrains Mono', cursive;
11+
font-family: 'Libre Barcode 128 Text', cursive;
1212
text-decoration: none;
13-
font-weight: 300;
13+
font-weight: 400;
1414
font-size: 3rem;
1515
}
1616

1717
::deep .navbar-nav li {
1818
padding-left: 1.25rem;
1919
white-space: nowrap;
20-
}
20+
}

0 commit comments

Comments
 (0)