refactor(editor): Change UI and monospace fonts (#13839)

This commit is contained in:
Tuukka Kantola
2025-03-17 21:13:57 +01:00
committed by GitHub
parent bda068880e
commit eb91111ddf
83 changed files with 153 additions and 146 deletions

View File

@@ -29,7 +29,7 @@ export default {
font-size: 11px;
line-height: 18px;
max-height: 18px;
font-weight: 400;
font-weight: var(--font-weight-regular);
display: flex;
align-items: center;
padding: 2px 4px;