Skip to content
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

Cursive font is not being applied #105

Closed
sayeed205 opened this issue May 25, 2023 · 2 comments
Closed

Cursive font is not being applied #105

sayeed205 opened this issue May 25, 2023 · 2 comments
Labels
no wrong with font There is no wrong in font file

Comments

@sayeed205
Copy link

image

Here you can see cursive font is not being applied anywhere
tested in comments, keywords like - this, class, import

Winodws 11 (22H2)
VS Code - 1.78.2

@subframe7536
Copy link
Owner

subframe7536 commented May 25, 2023

I don't understand your issue very clearly. You mean ligatures don't work on italic style?

@sayeed205
Copy link
Author

I don't understand your issue very clearly. You mean ligatures don't work on italic style?

I mean the cursive style in italic font show in screenshots for example - java

but it seems after changing some setting in vscode it started to working

settings I applied

"editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": [
                    "comment",
                    "keyword", //import, export, return …
                    "storage.modifier", //static keyword
                    "storage.type", //class keyword
                    "constant", // String, Number, this, super
                    "variable.other.constant.property", //JSON key strings
                    "variable.language" //arguments, new, this
                ],
                "settings": {
                    "fontStyle": "italic"
                }
            }
        ]
    },

before -
image

after -
image

@subframe7536 subframe7536 added the no wrong with font There is no wrong in font file label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no wrong with font There is no wrong in font file
Projects
None yet
Development

No branches or pull requests

2 participants