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

Monaspace Neon Light: 8 appears smaller than other numbers #251

Open
B1ack3ye opened this issue Sep 5, 2024 · 0 comments
Open

Monaspace Neon Light: 8 appears smaller than other numbers #251

B1ack3ye opened this issue Sep 5, 2024 · 0 comments
Milestone

Comments

@B1ack3ye
Copy link

B1ack3ye commented Sep 5, 2024

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'",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants