Skip to content

Commit 9a457db

Browse files
committed
Changed font for brand-logo and code
1 parent e1710e8 commit 9a457db

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

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

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

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');
22
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');
3+
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300&display=swap');
34

45
:root {
56
/* Color definitions */
@@ -153,6 +154,10 @@ body::-webkit-scrollbar {
153154
display: none;
154155
}
155156

157+
code {
158+
font-family: 'JetBrains Mono', cursive;
159+
}
160+
156161
/* Template defined css */
157162
.valid.modified:not([type=checkbox]) {
158163
outline: 1px solid #26b050;

src/LinkDotNet.Blog.Web/wwwroot/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)