From 4bec1448f36b1fefb5645504efc1cf7af8d369d0 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 6 Oct 2015 21:55:39 +0000 Subject: [PATCH] Registration: Remove the last remaining `Lucida Grande` from WordPress. Defer to default styling provided by the theme (and browser) in `wp-activate.php` and remove the `font-family` and `color` from the provided internal stylesheet. Previously, [17327] and [18406]. Fixes #34145. git-svn-id: https://develop.svn.wordpress.org/trunk@34882 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-activate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-activate.php b/src/wp-activate.php index 3ec1ef5f5b..ea6a1ad8ae 100644 --- a/src/wp-activate.php +++ b/src/wp-activate.php @@ -58,7 +58,7 @@ function wpmu_activate_stylesheet() { #submit, #key { width: 90%; font-size: 24px; } #language { margin-top: .5em; } .error { background: #f66; } - span.h3 { padding: 0 8px; font-size: 1.3em; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; } + span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: bold; }