JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers
https://jetbrains.com/mono
SIL Open Font License 1.1
10.57k stars 298 forks source link

OpenType 'frac' feature affects all numerals, not just fractions #669

Open uRohan opened 3 months ago

uRohan commented 3 months ago

JetBrains Mono version

2.304

Software

Visual Studio Code 1.87.2 Visual Studio Code - Insiders 1.88.0-insider

Visual Studio Code settings

{
    "breadcrumbs.enabled": false,
    "editor.fontFamily": "JetBrains Mono",
    // Fractions: 1/3, 2/3, 3/3, 4/3, 5/3.
    "editor.fontLigatures": "'zero', 'frac'",
    "editor.fontSize": 13,
    "window.titleBarStyle": "custom",
    "workbench.colorTheme": "Default Light Modern",
}

Here's what it looks like

Before After
before after