Replace the "Roboto" font family with "Open Sans" for alertify dialogs.

This commit is contained in:
Atul Sharma 2017-09-15 14:08:29 +01:00 committed by Dave Page
parent 9cfb2f3cbe
commit c3ea3b7bdf

View File

@ -104,3 +104,7 @@
.opacity-5 {
opacity: 0.5; }
.alertify .ajs-body {
font-family: 'Open Sans';
}