-
-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font changes after applying spicetify #3070
Comments
Spicetify does not modify the UI by default nor the font or anything related to it |
I'm actually getting the exact same issue. Might be related to Spotify rolling out the new Mix font, since it started happening after it rolled out for me, maybe modding the client prevents it from loading somehow? |
Spicetify does not modify css, nor does it prevent loading any fonts, images etc by default. |
I am having the same issue |
So is it a coincidence 3 people reported the same issue after applying spicetify? That means it has something to do with spicetify doesn't it? |
It doesn't need to mean anything. You can verify my claims, that we do not modify fonts or anything by looking at the source code. The only thing we use |
Also able to reproduce.
Fully reset with the following commands to no avail.
Devtools reveals that some fonts fail to load which is probably the issue: |
These errors are not made by spicetify. Stock Spotify has those also. |
I've confirmed this issue is due to the You can see them fail to load in the network requests tab when spicetify is enabled: To "fix" this I extracted the fonts from Spotify and created a local file override: With the override enabled refreshing the page allows the fonts to be successfully fetched by CEF as long as the devtools are open. Not sure if I can distribute the fonts due to licensing but you can reprod this pretty easily by extracting the fonts and then creating the following dir structure for the override.
|
You sure it's not from the theme you're using? None of these listed fonts are loaded on my end. |
I completely removed Spicetify, Spotify, and all of their config-xpui.ini
Theme etc. directories empty:
I can attempt to reproduce this in a fresh Arch VM later to see if it's present on an unmodified system. |
I see. So the |
i updated spotify to |
I've been having the same issue for the past few months and it seems that the problem was indeed the Vietnamese fonts, though the client wasn't able to fetch them not because they weren't there, but because the letter casing in these fonts' file names was wrong: console output said that the client was searching for "CircularSpVietnamese-*" but all the fonts inside |
I think you nailed it. I checked in my This seems to have somehow fixed itself on my system with the latest spicetify / spotify combo though. In fact there's no longer any Vietnamese files in Spicetify 2.38.3 |
Confirmed, latest version of Spotify + Spicetify 2.38.3 fixes the issue |
π Have you checked Spicetify.app page for your issue?
π Is there already an issue for your problem?
βΉ Environment / Computer Info
π Description
After updating spotify from
1.2.31.1205
to1.2.37.701
and updatingspicetify-cli
(don't remember the previous version), when i apply spicetify my default spotify font changes, i uninstalled all configs and apps associated to spicetify and spotify and reinstalled everything but the issue still exists with clean install of both apps, see screenshots below to see the font change.πΈ Screenshots
before
spicetify apply
after
spicetify apply
The text was updated successfully, but these errors were encountered: