From 660b4faa8d41d0817c59d00f8d606daab3586535 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sun, 13 Jul 2014 11:48:55 +0200 Subject: use comic sans --- server_http.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server_http.c b/server_http.c index bf5dcb7..9a956c9 100644 --- a/server_http.c +++ b/server_http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server_http.c,v 1.1 2014/07/12 23:34:54 reyk Exp $ */ +/* $OpenBSD: server_http.c,v 1.2 2014/07/12 23:55:35 reyk Exp $ */ /* * Copyright (c) 2006 - 2014 Reyk Floeter @@ -549,7 +549,8 @@ server_abort_http(struct client *clt, u_int code, const char *msg) text = msg; /* A CSS stylesheet allows minimal customization by the user */ - style = "body { background-color: white; color: black; }"; + style = "body { background-color: white; color: black; font-family: " + "'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; }"; /* Generate simple HTTP+HTML error document */ if (asprintf(&httpmsg, -- cgit v1.2.3-54-g00ecf