monaspace icon indicating copy to clipboard operation
monaspace copied to clipboard

Monaspace Neon Light: 8 appears smaller than other numbers

Open B1ack3ye opened this issue 1 year ago • 0 comments

I've noticed that the number 8 is rendered significantly smaller than the other numbers in the current font.

Screenshot 2024-09-05 194347

Software: Visual Studio Code Settings:

    "editor.fontSize": 18,
    "editor.fontFamily": "'Monaspace Neon Light', monospace",
    "editor.fontLigatures": "'calt', 'ss07', 'ss08', 'liga'",
Full VSCode Settings
{
    "workbench.startupEditor": "none",
    "settingsSync.ignoredExtensions": [],
    "editor.fontSize": 18,
    "workbench.iconTheme": "vscode-icons",
    "editor.minimap.enabled": false,
    "explorer.confirmDelete": false,
    "editor.unicodeHighlight.nonBasicASCII": false,
    "security.workspace.trust.banner": "never",
    "telemetry.telemetryLevel": "off",
    "dotnetAcquisitionExtension.enableTelemetry": false,
    "typescript.format.placeOpenBraceOnNewLineForFunctions": true,
    "javascript.format.placeOpenBraceOnNewLineForFunctions": true,
    "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
    "dotnet.inlayHints.enableInlayHintsForParameters": true,
    "dotnet.inlayHints.enableInlayHintsForOtherParameters": true,
    "dotnet.inlayHints.enableInlayHintsForObjectCreationParameters": true,
    "dotnet.inlayHints.enableInlayHintsForLiteralParameters": true,
    "dotnet.inlayHints.enableInlayHintsForIndexerParameters": true,
    "csharp.inlayHints.enableInlayHintsForTypes": true,
    "csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": true,
    "csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": true,
    "csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": true,
    "editor.fontFamily": "'Monaspace Neon Light', monospace",
    "editor.fontLigatures": "'calt', 'ss07', 'ss08', 'liga'",
}

B1ack3ye avatar Sep 05 '24 17:09 B1ack3ye