We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, love this extension.
I noticed that I am unable to override the font-family and font size with a custom CSS theme file of the top panel when Unite is enabled.
I've found that I have to comment out the following in modules/themeMods.js for it to work again:
// Main.uiGroup.set_style(`font-family: ${fontName};`);
Whatever this does is causing the top panel to just use the default font.
Cheers.
The text was updated successfully, but these errors were encountered:
add setting to toggle system fonts inheritance
e403a04
fixes issues #100 and #103
No branches or pull requests
Hi there, love this extension.
I noticed that I am unable to override the font-family and font size with a custom CSS theme file of the top panel when Unite is enabled.
I've found that I have to comment out the following in modules/themeMods.js for it to work again:
// Main.uiGroup.set_style(`font-family: ${fontName};`);
Whatever this does is causing the top panel to just use the default font.
Cheers.
The text was updated successfully, but these errors were encountered: