Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21775 closed defect (bug) (duplicate)

Twenty Twelve: Full font stack is not applied in Opera and IE 8 when Open Sans is active

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by:
Milestone: Priority: low
Severity: normal Version:
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

Background: #21751

In Firefox, the computed font family is the same as declared in style.css for body.custom-font-enabled:

font-family: "Open Sans",Helvetica,Arial,sans-serif;

In Opera, the computed style is:

font: normal normal 400 14px/23.94px "Open Sans";

This makes Cyrillic letters look not pretty (see the screenshots).

Tested in Opera 12 on Windows XP, Windows Vista and Windows 7, IE 8 on Windows XP.

Attachments (5)

21775.content.png (72.1 KB) - added by SergeyBiryukov 12 years ago.
21775.comment-form.png (44.3 KB) - added by SergeyBiryukov 12 years ago.
21775.windows.png (84.1 KB) - added by SergeyBiryukov 12 years ago.
Opera 12, Windows 7
21775.ubuntu.png (110.1 KB) - added by SergeyBiryukov 12 years ago.
Opera 12, Ubuntu 12
21775.macosx.png (95.2 KB) - added by SergeyBiryukov 12 years ago.
Opera 11, Mac OS X

Download all attachments as: .zip

Change History (8)

#1 @lancewillett
12 years ago

  • Priority changed from normal to low

This seems strange, and also seems like it'd affect many other sites and themes.

Were you able to find any bug reports from other platforms relating to this?

Last edited 12 years ago by lancewillett (previous) (diff)

#2 @lancewillett
12 years ago

@SergeyBiryukov Any update on your end? Seems to me if Opera 12 isn't supporting font stacks there'd be a whole lot of other bug reports out there, it's a pretty basic CSS feature.

@SergeyBiryukov
12 years ago

Opera 12, Windows 7

@SergeyBiryukov
12 years ago

Opera 12, Ubuntu 12

@SergeyBiryukov
12 years ago

Opera 11, Mac OS X

#3 @SergeyBiryukov
12 years ago

  • Milestone 3.5 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

This is specific to the combination of Opera and Google Web Fonts. I see posts on the web indicating that they don't work well together. Opera doesn't have a public bug tracker though.

I've attached screenshots of Google Web Fonts preview showing the issue with invisible characters (mentioned in #21751) in Windows 7, Ubuntu 12, and Mac OS X.

Some mention that the problem appears when system profile path contains Cyrillic letters, however this isn't the case on my installs.

Not sure if we can do something here. Now that #21751 is in, perhaps the workaround is for translation teams to disable Open Sans if they have problems with it.

Note: See TracTickets for help on using tickets.