Hi! I'm one of the JetBrainsMono's fan.
This font is soooooooo cool. Thanks to all contributors.
Btw, I have a question.
I notice that | is diagonally a bit.
I want to know the reason!!
Thanks.
@tyankatsu0105 Hi, glad to hear that you like the font. Can you send me the screenshot with |?
@philippnurullin
Sure! Here you are.

I use JetBrainsMono-Regular with VSCode.
To be honest, I don't know typeface very much.
So, could you teach me if I just don't know about it?
@tyankatsu0105 It's hart to tell because there is not much context but it looks like the | is set in Italic. Please send a bigger image with some code, i will be able to understand the context better.
@philippnurullin
Oh, I understand! What I saw is italic font, right?
Umm... If this is caused by editor, I can't change settings...
Anyway, I able to know that finally. Thanks!
@tyankatsu0105 _To be sure that this is Italic i need to see the bigger chunk of code_. But il looks like it is.
@philippnurullin
I just checked my editor's settings!
Write a code. Example:
const foo = 'a' || 'b';
Open Command Palette.
Then, input this:
>Developer Inspect Editor Tokens and Scopes
Hover || on const foo = 'a' || 'b';

As you said, the font style is italic!!!
So, I changed settings.
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"keyword.operator.logical"
],
"settings": {
"fontStyle": ""
}
}
]
}
Finally, I get what I want :)

@tyankatsu0105 Glad to hear thats everything works for you! I will close this issue because the problem is solved.
Most helpful comment
@tyankatsu0105 Glad to hear thats everything works for you! I will close this issue because the problem is solved.