font-picker/style.css
Christian Lawson-Perfect 51d57259b0 first commit
2025-02-11 14:20:15 +00:00

32 lines
No EOL
361 B
CSS

:root {
--spacing: 1em;
--family: sans-serif;
color-scheme: light dark;
}
body {
font-family: var(--family);
}
.fixed-font {
font-family: sans-serif;
}
dt {
font-weight: bold;
text-decoration: underline;
}
.hidden {
display: none;
}
.help-text {
font-size: small;
}
.char-range {
max-width: 100%;
max-height: 3em;
overflow: auto;
}