Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/CopyQPublic

Use CSS stylistic set in font #2986

Open
@davidsierradz

Description

@davidsierradz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp