datguypiko / Firefox-Mod-Blur

Firefox CSS Theme - For dark theme lovers / More compact / Modular / Blur
1.35k stars 62 forks source link

[Request] Custom UI font #76

Closed alixyz-1 closed 1 year ago

alixyz-1 commented 1 year ago

Would it be possible to either include font customisation or compatibility for adding font override in userChrome.css as below:

Adding this causes bugs in the custom min-max-close buttons (using macos-style right-side) as well as an issue with the search bar displaying and potentially others unknown. Thanks!

datguypiko commented 1 year ago

Works fine for me on windows.

* {
  font-family: noto sans !important;
  letter-spacing: 0.02rem !important;
}

image

alixyz-1 commented 1 year ago

Apologies, forgot to add that I am using KDE Plasma on Manjaro Linux, which could be a "cause".

datguypiko commented 1 year ago

Apologies, forgot to add that I am using KDE Plasma on Manjaro Linux, which could be a "cause".

Custom fonts Work perfectly fine on latest manjaro KDE and fedora GNOME for me. You probably have some 3rd party stuff installed that's breaking it.

image