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

pull/6/head
Atul Sharma 2017-09-15 14:08:29 +01:00 committed by Dave Page
parent 9cfb2f3cbe
commit c3ea3b7bdf
1 changed files with 4 additions and 0 deletions

View File

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