I believe this was intentional from the beginning: http://www.openbsd.org/papers/bsdcan14-libressl/mgp00025.html
-luis On Fri, Feb 19, 2016 at 10:40 AM, Peter Krantz <pe...@peterkrantz.se> wrote: > Hi! > > For some reason the httpd status pages (e.g. 404) use the Comic Sans > typeface. This patch removes comic sans and sets the typeface to the > default sans-serif typeface of the client. > > This lowers the number of people contacting website maintainers with > typeface complaints bordering on harassment. > > Cheers, > > Peter > > > ? no_comic_sans_in_404.patch > Index: server_http.c > =================================================================== > RCS file: /cvs/src/usr.sbin/httpd/server_http.c,v > retrieving revision 1.105 > diff -r1.105 server_http.c > 811c811 > < "'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; > }\n" > --- > > "sans-serif; }\n” > > >