Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use the New York font in web content on iOS 13?

Apple released a new font, New York, with iOS 13. Is it possible to set it in CSS for web content, like using -apple-system for San Francisco?

like image 745
Tom Hamming Avatar asked Nov 07 '22 13:11

Tom Hamming


1 Answers

Try

font-family: -apple-system-ui-serif, ui-serif;

https://www.w3.org/TR/css-fonts-4/#ui-serif-def

like image 61
Juanito Fatas Avatar answered Nov 11 '22 03:11

Juanito Fatas