From 0a8c1b5fee971d70db390d2b48597096a2680ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Fri, 23 Oct 2015 20:56:13 +0200 Subject: [PATCH] return arial rounded into headers --- resources/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/public/style.css b/resources/public/style.css index f30e040..2b3883a 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -105,7 +105,7 @@ footer a { } h1, h2, h3, h4, h5, h6 { - font-family: Palatino, "Palatino Linotype", serif; + font-family: "ArialRoundedMTBold", Palatino, "Palatino Linotype", serif; font-weight: bolder; }