Replace the "Roboto" font family with "Open Sans" for alertify dialogs.
parent
9cfb2f3cbe
commit
c3ea3b7bdf
|
|
@ -104,3 +104,7 @@
|
|||
|
||||
.opacity-5 {
|
||||
opacity: 0.5; }
|
||||
|
||||
.alertify .ajs-body {
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue