mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
fix: font no displayed in content
This commit is contained in:
parent
f59c5bbc95
commit
4adb57d6ad
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
@ -116,7 +116,7 @@ $mutedtext: #78756f;
|
|||
}
|
||||
|
||||
span {
|
||||
font-family: CommitMono Nerd Font !important;
|
||||
font-family: CommitMono !important;
|
||||
}
|
||||
|
||||
.image {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue