-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
Wrong font being used #3894
Comments
I'm not support, I believe you may have specified the font incorrectly, generate a list of fonts on your system (man fc-list) and include the relevant ones here. |
/usr/share/fonts/ttf-maple-beta/MapleMono-NF-CN-MediumItalic.ttf: Maple Mono NF CN,Maple Mono NF CN Medium:style=Medium Italic,Italic |
(fc-list | grep "Maple Mono NF" | wl-copy) |
Heya!
In my waybar setup (with * { font-family: "Maple Mono NF" }), the font gets changed to the default one, while with something like Inter, it works perfectly.
What is going on?
Thanks,
Alex.
CSS:
`
@import "colors/catppuccin.css";
window#waybar {
background-color: transparent;
}
window > box {
background-color: @background;
margin: 6px 8px;
}
font-family: "Maple Mono NF";
font-weight: 600;
font-size: 9px;
padding: 0;
border-radius: 6px;
}
.modules-left,
.modules-center,
.modules-right {
}
#custom-launcher,
#workspaces,
#clock,
#bluetooth.connected,
#custom-spotify,
#network,
#network.linked,
#network.ethernet,
#network.wifi,
#custom-powermenu,
box#sys-tray {
color: @text;
margin: 2px;
background-color: @background;
}
#custom-launcher {
color: @color12;
padding-left: 14px;
}
#workspaces {
padding: 2px 10px;
}
#workspaces button {
color: @textlight;
padding: 0px 5px;
}
#workspaces button.active {
color: @background;
background-color: @color12;
}
#workspaces button.urgent {
color: @color6;
}
#workspaces button:hover {
color: @color12;
background-color: @background;
}
box#sys-tray {
padding: 2px 10px 2px 10px;
}
#backlight {
color: @textlight;
}
#pulseaudio {
color: @textlight;
}
#battery {
color: @textlight;
}
.pulseaudio-grp {
color: @textlight;
}
#battery.text {
padding-right: 8px;
}
#backlight.text {
}
#pulseaudio.text {
padding-right: 8px;
}
#clock {
padding: 2px 10px;
}
#custom-powermenu {
padding: 2px 12px 2px 10px;
}
#bluetooth,
#bluetooth.off,
#bluetooth.on {
color: @textlight;
padding: 2px 4px 2px 10px;
margin: 2px;
background-color: @background;
}
#network,
#network.disconnected,
#network.disabled {
color: @textlight;
padding: 2px 8px;
}
#custom-spotify {
background-color: @backgrounddark;
padding: 2px 10px;
}
#custom-powermenu {
color: @color13;
padding-right: 14px;
}
tooltip {
padding: 25px;
background-color: @background;
color: @text;
}
tooltip label {
padding: 15px;
color: @textlight;
}
label:focus {
background-color: @background;
}
#clock {
color: @text;
}
`
The text was updated successfully, but these errors were encountered: