Bug 195002 - initial-letter disabled font-face for non-local fonts
Summary: initial-letter disabled font-face for non-local fonts
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: ChangSeok Oh
URL:
Keywords: InRadar
: 261086 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-02-25 04:22 PST by Jan Slusarczyk
Modified: 2023-09-05 09:14 PDT (History)
9 users (show)

See Also:


Attachments
Repro (218.37 KB, application/zip)
2023-04-13 18:17 PDT, Myles C. Maxfield
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Slusarczyk 2019-02-25 04:22:17 PST
I have stumbled upon a problem where setting initial-letter for a ::first-letter selector blocks font-face if the font is not installed locally (I think). 

Here's a case study: 

https://codepen.io/janslu/pen/VRZVxj

It is forked from issue's 161070 https://bugs.webkit.org/show_bug.cgi?id=161070 codepen. It's hard to tell if it is the same issue, as on Safari 12 I can font-face to Courier or Arial for example, but I cannot select a font from Google Fonts imported in head.
Comment 1 Radar WebKit Bug Importer 2019-02-26 10:40:47 PST
<rdar://problem/48405667>
Comment 2 Myles C. Maxfield 2019-02-28 15:49:27 PST
It looks like the first letters are rendered with Times, instead of the requested font.
Comment 3 Myles C. Maxfield 2023-04-13 18:17:13 PDT
Created attachment 465902 [details]
Repro
Comment 4 ChangSeok Oh 2023-04-27 16:28:48 PDT
Anyone working on this?
Comment 5 Karl Dubost 2023-09-04 01:58:47 PDT
*** Bug 261086 has been marked as a duplicate of this bug. ***