Release Font Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 12:18:37 +02:00
parent 25ff321f2a
commit 873cf3c04b
39 changed files with 2431 additions and 181 deletions
+41
View File
@@ -227,6 +227,20 @@ summary:focus-visible {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.collection-panel {
display: grid;
gap: 0.75rem;
border-left: 4px solid var(--accent);
}
.collection-panel .section-heading {
margin-bottom: 0;
}
.collection-panel select {
width: min(100%, 52rem);
}
.summary-card {
display: grid;
align-content: start;
@@ -296,6 +310,10 @@ textarea {
align-items: center;
}
.shaping-controls label {
grid-template-columns: auto minmax(8rem, 18rem);
}
input[type="range"] {
padding: 0;
accent-color: var(--accent);
@@ -495,6 +513,29 @@ summary {
align-items: center;
}
.layout-summary {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
gap: 0.7rem;
margin-bottom: 1rem;
}
.layout-summary article {
border: 1px solid var(--line);
border-radius: 0.7rem;
background: Canvas;
padding: 0.75rem;
}
.layout-summary h3,
.layout-summary p {
margin: 0;
}
.layout-summary p + p {
margin-top: 0.35rem;
}
.table-scroll {
max-height: 35rem;
overflow: auto;