* Removed all references to "font-family" style. We will now go with
[citadel.git] / webcit / roomops.c
index 2a2017f1bd2aef6b83cb1868a50d67006bb833af..e48dfcccef5ae621c0b90485c5dd486c8b7accd8 100644 (file)
@@ -318,8 +318,7 @@ void embed_view_o_matic(void) {
        wprintf(_("View as:"));
        wprintf(" "
                "<SELECT NAME=\"newview\" SIZE=\"1\" "
-               "STYLE=\"font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;"
-               " font-size: 7pt; background: #444455; color: #ddddcc;\" "
+               "STYLE=\"font-size: 7pt; background: #444455; color: #ddddcc;\" "
                "OnChange=\"location.href=viewomatic.newview.options"
                "[selectedIndex].value\">\n");