diff --git a/templates/editbarButtons.ejs b/templates/editbarButtons.ejs index 7511025..f71a491 100644 --- a/templates/editbarButtons.ejs +++ b/templates/editbarButtons.ejs @@ -20,7 +20,7 @@ } .subscript .buttonicon:before{ - content:"\e81a"; + content:"\e834"; } .superscript{ @@ -32,7 +32,7 @@ } .superscript .buttonicon:before{ - content:"\e819"; + content:"\e833"; }