c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 224 forks source link

font: system; generate strange top padding for text elements #202

Open 105th opened 3 years ago

105th commented 3 years ago

When using font: system, text elements are indented at the top

font: system; image

@font-face {
    font-family: "Segoe UI";
    src: url("./fonts/SegoeUI.ttf");
}

font: "Segoe UI", system;

image