⚙️ config(vesktop): font-family is defined on the theme file instead of the quickcss file
This commit is contained in:
parent
5e50ddd68b
commit
973abefe32
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1 @@
|
|||
* {
|
||||
font-family: "JetBrainsMono NF"!important;
|
||||
}
|
||||
|
||||
|
|
|
@ -711,6 +711,6 @@
|
|||
"authenticated": false,
|
||||
"url": "https://api.vencord.dev/",
|
||||
"settingsSync": false,
|
||||
"settingsSyncVersion": 1726935938025
|
||||
"settingsSyncVersion": 1727040479821
|
||||
}
|
||||
}
|
|
@ -9,3 +9,7 @@
|
|||
* **/
|
||||
|
||||
@import url("https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css");
|
||||
|
||||
* {
|
||||
font-family: "JetBrainsMono NF" !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue