|
|
|
@ -337,8 +337,6 @@ out+=("$LINEHEIGHT [ <b>$item_height_factor%</b> ],^checkout(lineheight)") |
|
|
|
|
case $menu_font_family in |
|
|
|
|
"Noto Sans Light") nol="";; |
|
|
|
|
"Noto Sans Medium") nom="";; |
|
|
|
|
Jet*) je="";; |
|
|
|
|
Aut*) au="";; |
|
|
|
|
Deja*) de="";; |
|
|
|
|
Robo*) ro="";; |
|
|
|
|
Inco*) in="";; |
|
|
|
@ -356,8 +354,6 @@ out2+=("^sep()") |
|
|
|
|
|
|
|
|
|
out2+=("<span size=\"x-large\" font_family=\"Noto Sans Light\">$nol Noto Sans Light</span>,mb-setvar \"menu_font_family='Noto Sans Light'\";$me") |
|
|
|
|
out2+=("<span size=\"x-large\" font_family=\"Noto Sans Medium\">$nom Noto Sans Medium</span>,mb-setvar \"menu_font_family='Noto Sans Medium'\";$me") |
|
|
|
|
out2+=("<span size=\"x-large\" font_family=\"JetBrains Mono Regular\">$je JetBrains Mono Regular</span>,mb-setvar \"menu_font_family='JetBrains Mono Regular'\";$me") |
|
|
|
|
out2+=("<span size=\"x-large\" font_family=\"Autour One\">$au Autour One</span>,mb-setvar \"menu_font_family='Autour One'\";$me") |
|
|
|
|
out2+=("<span size=\"x-large\" font_family=\"DejaVu Serif\">$de DejaVu Serif</span>,mb-setvar \"menu_font_family='DejaVu Serif'\";$me") |
|
|
|
|
out2+=("<span size=\"x-large\" font_family=\"Roboto Light\">$ro Roboto Light</span>,mb-setvar \"menu_font_family='Roboto Light'\";$me") |
|
|
|
|
out2+=("<span size=\"x-large\" font_family=\"Inconsolata\">$in Inconsolata</span>,mb-setvar menu_font_family=Inconsolata;$me") |
|
|
|
|