Skip to content

Commit

Permalink
fix: font no displayed in content
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Dec 25, 2024
1 parent f59c5bb commit 4adb57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $mutedtext: #78756f;
top: 53px;
left: 284px;
height: calc(100vh - 254px);
font-family: CommitMono Nerd Font !important;
font-family: CommitMono !important;
font-size: 12px;
letter-spacing: 1;
border-radius: 10px;
Expand All @@ -116,7 +116,7 @@ $mutedtext: #78756f;
}

span {
font-family: CommitMono Nerd Font !important;
font-family: CommitMono !important;
}

.image {
Expand Down

0 comments on commit 4adb57d

Please sign in to comment.