⚙️ config(vesktop): font-family is defined on the theme file instead of the quickcss file

This commit is contained in:
Sergio Laín 2024-09-22 23:29:03 +02:00
parent 5e50ddd68b
commit 973abefe32
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1 @@
* {
font-family: "JetBrainsMono NF"!important;
}

View file

@ -711,6 +711,6 @@
"authenticated": false,
"url": "https://api.vencord.dev/",
"settingsSync": false,
"settingsSyncVersion": 1726935938025
"settingsSyncVersion": 1727040479821
}
}

View file

@ -9,3 +9,7 @@
* **/
@import url("https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css");
* {
font-family: "JetBrainsMono NF" !important;
}