sciter-sdk icon indicating copy to clipboard operation
sciter-sdk copied to clipboard

font: system; generate strange top padding for text elements

Open 105th opened this issue 3 years ago • 0 comments

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

105th avatar Mar 23 '21 08:03 105th