Swtich certain inputs and displays to courier for readability (#1521)

swtich certain inputs and displays to courier for readability

Co-authored-by: Matt Hill <matthill@Matt-M1.local>
This commit is contained in:
Matt Hill
2022-06-13 10:42:21 -06:00
committed by Lucy C
parent 961a9342fa
commit 2b92d0f119
5 changed files with 75 additions and 13 deletions

View File

@@ -104,6 +104,10 @@ ion-modal::part(content) {
width: 1em;
}
.courier-new {
font-family: 'Courier New';
}
.montserrat {
font-family: 'Montserrat', sans-serif !important;
}