adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.51k stars 303 forks source link

Use Multiple Fonts Scripts #72

Closed MiraiMindz closed 2 years ago

MiraiMindz commented 2 years ago

I'm trying to change the icons of some scripts, like the menu_apps script, and I'm using the FontAwesome 5, I wonder if it's possible to use more than one font for icons, here is what I'm trying to do:

element-text {
    font:                      "Font Awesome 5 Pro 32", "Font Awesome 5 Brands 32";
    expand:                true;
    horizontal-align:    0.5;
    vertical-align:        0;
    margin:                 0px 0px 20px 0px;
}

with the code above: image

with only Font Awesome 5 Brands image

with only Font Awesome 5 Pro image

I want to have both fonts working, how can I do it?

adi1090x commented 2 years ago

no you can't.