monaspace
monaspace copied to clipboard
Monaspace Neon Light: 8 appears smaller than other numbers
I've noticed that the number 8 is rendered significantly smaller than the other numbers in the current font.
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'",
}