Skip to content
Snippets Groups Projects
Commit dd24d328 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #662940 by rootwork, tim.plunkett, emclaughlin, sqndr, ogi: Fixed...

Issue #662940 by rootwork, tim.plunkett, emclaughlin, sqndr, ogi: Fixed "Lucida Sans Unicode" may match ugly "Lucida Bright" instead of "Lucida Sans".
parent ffdefc67
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
body { body {
color: #000; color: #000;
background: #fff; background: #fff;
font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif; font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
} }
a, a,
.link { .link {
......
...@@ -979,7 +979,7 @@ div.admin-options { ...@@ -979,7 +979,7 @@ div.admin-options {
} }
div.admin-options label { div.admin-options label {
text-transform: uppercase; text-transform: uppercase;
font: 0.846em/1.875em Lucida Grande, Lucida Sans Unicode, sans-serif; font: 0.846em/1.875em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
} }
div.admin-options label, div.admin-options label,
div.admin-options div.form-item { div.admin-options div.form-item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment