change font selection

This commit is contained in:
Nazar Kanaev
2021-03-31 23:06:11 +01:00
parent 0f519b7202
commit f43924c17b
3 changed files with 14 additions and 14 deletions

View File

@@ -93,6 +93,14 @@ select.form-control:not([multiple]):not([size]) {
/* custom elements */
.font-serif {
font-family: Georgia, serif;
}
.font-monospace {
font-family: SFMono-Regular, Menlo, Consolas, monospace;
}
.icon {
height: 1rem;
width: 1rem;