ds4/scss/global/_utils.scss

15 lines
241 B
SCSS
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2022 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
.ds4-code-input {
2023-07-10 22:23:13 +02:00
font-family: var(--font-mono);
}
// This is needed for higher specifity
form .ds4-code-input {
2023-07-10 22:23:13 +02:00
font-family: var(--font-mono);
}