From 05ff451222fde4a12f6725ab3ad33b35da30d209 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 20 Sep 2010 02:48:53 +0000 Subject: [PATCH] - Patch #912686 by markabur: incorrect css shorthand for font in Seven. --- themes/seven/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/seven/style.css b/themes/seven/style.css index fe75c2368593..b53ac7781fa8 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -6,7 +6,7 @@ body { color: #000; background: #fff; - font: 81.3%/1.538em normal Lucida Grande, Lucida Sans Unicode, sans-serif; + font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif; } a { color: #0074BD; -- GitLab