change font selection
This commit is contained in:
parent
0f519b7202
commit
f43924c17b
3 changed files with 14 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue