- Notifications
You must be signed in to change notification settings - Fork463
Open
Description
Hi!
according tofont-feature-settings - CSS: Cascading Style Sheets | MDN, one can put a CSS rule like* { font-feature-settings: 'ss01'; }
to enable a stylistic set of a font. I tried to add the above line tocopyq.conf
like this:
[Theme]css="* { font-feature-settings: 'ss01'; }"
After restarting CopyQ, didn't noticed the changes. For my font,ss01
adds a slash to0
. I already changed it through all other parts of my system (Linux).
Infontconfig
:
<match> <test name="family" compare="eq" ignore-blanks="true"> <string>TX\-02</string> </test> <edit name="fontfeatures" mode="append"> <string>ss01 on</string> </edit></match>
Infoot
:
font = "monospace:size=15:weight=regular:fontfeatures=ss01"
In Firefox'suserContent.css
anduserChrome.css
* { font-feature-settings: 'ss01';}
In Swaybar
bar { font pango:monospace 10.5 #ss01=1}
In all parts, the stylistic set is applied correctly, except in CopyQ. Maybe I'm doing something wrong?
Thanks in advance
In all parts, the chage
Metadata
Metadata
Assignees
Labels
No labels