Index: server_http.c =================================================================== RCS file: /var/cvs/src/usr.sbin/httpd/server_http.c,v retrieving revision 1.75 diff -u -r1.75 server_http.c --- server_http.c 23 Feb 2015 18:43:18 -0000 1.75 +++ server_http.c 3 Feb 2016 08:35:25 -0000 @@ -800,7 +800,7 @@ /* A CSS stylesheet allows minimal customization by the user */ style = "body { background-color: white; color: black; font-family: " - "'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; }\n" + "Monaco, monospace; }\n" "hr { border: 0; border-bottom: 1px dashed; }\n"; /* Generate simple HTML error document */